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