Click or drag to resize

BcfColumnAsValueColumnTValue Method

Returns the column as IBcfValueColumnT if possible; otherwise .

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public abstract IBcfValueColumn<TValue> AsValueColumn<TValue>()
where TValue : struct, new()

Type Parameters

TValue
Must equal DataType

Return Value

Type: IBcfValueColumnTValue
The column as IBcfValueColumnT if possible; otherwise .
See Also