Click or drag to resize

BcfParentRelationCellParentRowEquals Method (BcfParentRelationCell, BcfRowComparisonMode)

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

Gets a value indicating whether ParentRow of specified otherCell and this cell a equal using specified rowComparisonMode.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public bool ParentRowEquals(
	BcfParentRelationCell otherCell,
	BcfRowComparisonMode rowComparisonMode = BcfRowComparisonMode.PrimaryKey
)

Parameters

otherCell
Type: CalculationWorks.BusinessModelBcfParentRelationCell
The cell to compare.
rowComparisonMode (Optional)
Type: CalculationWorks.BusinessModelBcfRowComparisonMode
The row comparison mode.

Return Value

Type: Boolean
true if ParentRows are equal using specified rowComparisonMode; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionotherCell is null.
See Also