Click or drag to resize

BcfRowDiffChildRelationCells Method

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

Compares the ChildRowsCells.ChildRows of this and specified otherRow with equal ChildRelation-name.

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

Parameters

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

Return Value

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