 | BcfChangeSetUnion Method |
Returns a change-set containing items of current and specfied other change-set.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfChangeSet Union(
BcfChangeSet other
)
Public Function Union (
other As BcfChangeSet
) As BcfChangeSet
Parameters
- other
- Type: CalculationWorks.BusinessModelBcfChangeSet
The change-set to union with.
Return Value
Type:
BcfChangeSetA change-set containing items of current and specfied
other change-set.
See Also