 | BcfRowSetNullableT Method (String, NullableT) |
Sets the value stored in column with specified
columnName>. 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>(
string columnName,
Nullable<T> value
)
where T : struct, new()
Public Sub SetNullable(Of T As {Structure, New}) (
columnName As String,
value As Nullable(Of T)
)Parameters
- columnName
- Type: SystemString
The column name. - value
- Type: SystemNullableT
The value.
Type Parameters
- T
- The not-nullable value type.
Exceptions
See Also