Overload List
Name | Description | |
---|---|---|
AddDependency(CalculationDependencyIdentifier, DataColumn) |
Creates a dependency on a DataColumn identified by identifier. If a dependency with that identifier
already exists it will replace the old dependency with the new one.
|
|
AddDependency(CalculationDependencyIdentifier, DataSelection) |
Creates a dependency on a dataselection identified by identifier. If a dependency with that identifier
already exists it will replace the old dependency with the new one.
|
|
AddDependency(CalculationDependencyIdentifier, IEnumerable DataColumn ) |
Creates a dependency on a number of DataColumn objects identified by identifier. If a dependency with that identifier
already exists it will replace the old dependency with the new one.
|
See Also