BcfPrimaryKeyFind Method |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
| Exception | Condition |
|---|---|
| ArgumentNullException | values is null. |
| ArgumentException | values length must match the number of key columns |
| InvalidOperationException | There are more than one row with matching key. This can be done within a transaction by setting transactions EnforceConstraints to false. If you do so; use Select(Object) to get all rows with matching key. |