 |
| BcfTransactionBuilderRemoveChildRow Property |
Gets or sets the child row to remove.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic BcfRow RemoveChildRow { get; set; }Public Property RemoveChildRow As BcfRow
Get
Set
Property Value
Type:
BcfRowThe remove child row.
See Also