BcfRowSetNullable Method |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| SetNullableT(String, NullableT) |
Sets the value stored in column with specified columnName>. If value is null and column is of not-nullable type, the columns DefaultValue
will be applied.
| |
| SetNullableT(BcfColumn, NullableT) |
Sets the value stored in the specified BcfColumn. If value is null and column is of not-nullable type, the columns DefaultValue
will be applied.
|