enum O2GTableColumnType
Brief
The enum sepcifies a set of constants representing the data type of a table column.
Details
The data type of a table column can be obtained by calling the O2GTableColumn.ColumnType method.
The type defined in the fxcore2.dll
assembly.
The namespace is fxcore2
.
Static Public Fields | |
The constant represents the Net boolean data type. |
|
The constant represents the Net DateTime data type. |
|
The constant represents the Net double data type. |
|
The constant represents the Net integer data type. |
|
The constant represents the Ne string data type. |