Click or drag to resize
CalculationWorks Logo
BcfColumnBehaviorDataType Property
Gets the internal Type of the BcfCell.Value. When PropertyType is Nullable DataType is the generic argument. When PropertyType is int? DataType will be int

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public Type DataType { get; }

Property Value

Type: Type
The internal Type of the BcfCell.Value.
See Also