Click or drag to resize

BcfParentRelationCellParentRowEquals Method (BcfParentRelationCell, BcfRowComparisonMode)

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.2.0
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
if ParentRows are equal using specified rowComparisonMode; otherwise .
Exceptions
ExceptionCondition
ArgumentNullExceptionotherCell is .
See Also