Click or drag to resize

BcfRowComparisonMode Enumeration

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

Row comparison modes

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public enum BcfRowComparisonMode
Members
  Member nameValueDescription
PrimaryKey0 Use primary key values.
RowIndex1 Use index of rows in its table (see IndexOf(BcfRow)).
RowId2 Use RowId.
Reference3 Use reference equality (Equals(Object, Object)).
See Also