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