 | IBcfValueColumnT Interface |
A wrapper for nullable and not-nullable value columns
AsValueColumnTValue,
ValueColumn.
You can cast columns using its
DataType type as typeparameter. Nullable and Not-nullable columns are allowed.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic interface IBcfValueColumn<T>
where T : struct, new()
Public Interface IBcfValueColumn(Of T As {Structure, New})Type Parameters
- T
- The data type
The IBcfValueColumnT type exposes the following members.
Methods
See Also