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