BcfRowComparisonMode Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
| Member name | Value | Description | |
|---|---|---|---|
| PrimaryKey | 0 | Use primary key values. | |
| RowIndex | 1 | Use index of rows in its table (see IndexOf(BcfRow)). | |
| RowId | 2 | Use RowId. | |
| Reference | 3 | Use reference equality (Equals(Object, Object)). |