BcfRowIsAdequateRowOf Method |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
public bool IsAdequateRowOf( BcfRow otherRow, BcfRowComparisonMode rowComparisonMode = BcfRowComparisonMode.PrimaryKey )
| Exception | Condition |
|---|---|
| ArgumentNullException | otherRow is null. |
| InvalidOperationException | rowComparisonMode is PrimaryKey (which is default) and
otherRows Table has no PrimaryKey defined. orthis row has not matching (name and type) columns of otherRow primary key. |