 | BcfRowSetNullableT Method (BcfColumn, NullableT) |
Sets the value stored in the specified
BcfColumn. If
value is
and
column is of not-nullable type, the columns
DefaultValue
will be applied.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic void SetNullable<T>(
BcfColumn column,
Nullable<T> value
)
where T : struct, new()
Public Sub SetNullable(Of T As {Structure, New}) (
column As BcfColumn,
value As Nullable(Of T)
)Parameters
- column
- Type: CalculationWorks.BusinessModelBcfColumn
The column. - value
- Type: SystemNullableT
The value.
Type Parameters
- T
- The not-nullable value type.
Exceptions
See Also