 | BcfColumnDataType Property |
[This is preliminary documentation and is subject to change.]
Gets the not-nullable type of the cells
Value property. If value type is a nullable struct; the type-argument of
NullableT will be returned; otherwise
ValueType.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic abstract Type DataType { get; }Public MustOverride ReadOnly Property DataType As Type
Get
Property Value
Type:
TypeThe not-nullable type of the cells
Value property. If value type is a nullable struct; the type-argument of
NullableT will be returned; otherwise
ValueType.
See Also