Click or drag to resize
CalculationWorks Logo
BcfRelatedRowCellParentRow Property
Gets or sets the related BcfRow.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public BcfRow ParentRow { get; set; }

Property Value

Type: BcfRow
The related row or null.
Exceptions
ExceptionCondition
ArgumentExceptionvalue is not in Relations ParentTable
InvalidOperationException

Row has invalid state

or

value has invalid state

or

dataset is Locked; e.g. BcfDataSet is just switching the CurrentTransaction or is undoing/redoing or calculating.

Remarks
The setter works optimistic.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0, 2.1, 2.0
See Also