Click or drag to resize

BcfParentRelationCellParentRowId Property

[This is preliminary documentation and is subject to change.]

Gets the row identifier of ParentRow; or null if ParentRow is null.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public Nullable<int> ParentRowId { get; }

Property Value

Type: NullableInt32
The row identifier of ParentRow; or null if ParentRow is null.
See Also