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