Specifies a DBF column type.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
C#
![]() |
---|
public enum ColumnType |
Visual Basic
![]() |
---|
Public Enum ColumnType |
Member name | Description | |
---|---|---|
![]() |
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. |