 | BcfRowGetNullableT Method (BcfColumn) |
Gets the value stored in specified column.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic Nullable<T> GetNullable<T>(
BcfColumn column
)
where T : struct, new()
Public Function GetNullable(Of T As {Structure, New}) (
column As BcfColumn
) As Nullable(Of T)Parameters
- column
- Type: CalculationWorks.BusinessModelBcfColumn
The column.
Type Parameters
- T
- The not-nullable value type.
Return Value
Type:
NullableTThe value stored in the specified
column if set; otherwise
.
Exceptions
See Also