 | BcfChangeSetRemovedRows Property |
[This is preliminary documentation and is subject to change.]
Rows removed (except added).
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic ImmutableHashSet<BcfRow> RemovedRows { get; }Public ReadOnly Property RemovedRows As ImmutableHashSet(Of BcfRow)
Get
Property Value
Type:
ImmutableHashSetBcfRow
See Also