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