BcfRowSetNullableT Method (String, NullableT) |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
| Exception | Condition |
|---|---|
| ArgumentNullException | columnName is null. |
| ArgumentException | The column specified by columnName cannot be found. |
| InvalidCastException | The ValueType of column with specified columnName is not of type T and not T?. |
| BcfUpdateException | See exception for the reason. |