 |
| BcfTransactionBuilderAddChildRow Property |
Gets or sets the child row to add.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfRow AddChildRow { get; set; }Public Property AddChildRow As BcfRow
Get
Set
public:
property BcfRow^ AddChildRow {
BcfRow^ get ();
void set (BcfRow^ value);
}member AddChildRow : BcfRow with get, set
Property Value
Type:
BcfRowThe add child row.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also