 | BcfColumnSetupDataType Property |
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.Design
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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