Specifies a DBF column type.
Namespace: MindFusion.MappingAssembly: MindFusion.Mapping
public enum ColumnType
Public Enumeration ColumnType
Binary
Indicates that the column stores binary data.
Boolean
Indicates that the column stores Boolean data.
Character
Indicates that the column stores character data.
Date
Indicates that the column stores date values.
FloatingPoint
Indicates that the column stores floating point values.
Integer
Indicates that the column stores integer values.
Memo
Indicates that the column stores memo data.
Number
Indicates that the column stores numeric data.
MindFusion.Mapping Namespace