 | BcfRowGetValueT Method |
[This is preliminary documentation and is subject to change.]
Gets the value stored in the specified
BcfColumn.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic T GetValue<T>(
BcfColumn<T> column
)
Public Function GetValue(Of T) (
column As BcfColumn(Of T)
) As T
Parameters
- column
- Type: CalculationWorks.BusinessModelBcfColumnT
The column.
Type Parameters
- T
- The column value type.
Return Value
Type:
Tthe value stored in the specified
BcfColumn if set; otherwise
null.
Exceptions
See Also