 | BcfRowDiffParentRelationCells Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic IEnumerable<BcfParentRelationCell> DiffParentRelationCells(
BcfRow otherRow,
BcfRowComparisonMode rowComparisonMode = BcfRowComparisonMode.PrimaryKey,
Func<BcfRelation, bool> relationPredicate = null
)
Public Function DiffParentRelationCells (
otherRow As BcfRow,
Optional rowComparisonMode As BcfRowComparisonMode = BcfRowComparisonMode.PrimaryKey,
Optional relationPredicate As Func(Of BcfRelation, Boolean) = Nothing
) As IEnumerable(Of BcfParentRelationCell)
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:
IEnumerableBcfParentRelationCellAn enuerable contining not matching
BcfParentRelationCell of this row.
Exceptions
See Also