Specifies a DBF column type.
Namespace: MindFusion.Mapping
Package: MindFusion.Mapping
C# Copy Code |
---|
public enum ColumnType |
Visual Basic Copy Code |
---|
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. |