Click or drag to resize

BcfRowDiffParentRelationCells Method

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

Compares the ParentRowCells.ParentRow of this and specified otherRow with equal ParentRelation-name.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public IEnumerable<BcfParentRelationCell> DiffParentRelationCells(
	BcfRow otherRow,
	BcfRowComparisonMode rowComparisonMode = BcfRowComparisonMode.PrimaryKey,
	Func<BcfRelation, bool> relationPredicate = null
)

Parameters

otherRow
Type: CalculationWorks.BusinessModelBcfRow
The row to compare with.
rowComparisonMode (Optional)
Type: CalculationWorks.BusinessModelBcfRowComparisonMode
The row comparison mode.
relationPredicate (Optional)
Type: SystemFuncBcfRelation, Boolean
A relation prediacte.

Return Value

Type: IEnumerableBcfParentRelationCell
An enuerable contining not matching BcfParentRelationCell of this row.
Exceptions
ExceptionCondition
ArgumentNullExceptionotherRow is null.
See Also