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

Boolean

The constant represents the Net boolean data type.

Date

The constant represents the Net DateTime data type.

Double

The constant represents the Net double data type.

Integer

The constant represents the Net integer data type.

String

The constant represents the Ne string data type.

back