BcfRowIsAdequateRow Method |
Namespace: CalculationWorks.BusinessModel
public bool IsAdequateRow( BcfRow otherRow, BcfRowComparisonMode rowComparisonMode = BcfRowComparisonMode.PrimaryKey )
| Exception | Condition |
|---|---|
| ArgumentNullException | otherRow is . |
| 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. |