FDO .NET API Reference Feature Data Objects

mgDataType.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  DataType {
  DataType_Boolean = FdoDataType_Boolean,
  DataType_Byte = FdoDataType_Byte,
  DataType_DateTime = FdoDataType_DateTime,
  DataType_Decimal = FdoDataType_Decimal,
  DataType_Double = FdoDataType_Double,
  DataType_Int16 = FdoDataType_Int16,
  DataType_Int32 = FdoDataType_Int32,
  DataType_Int64 = FdoDataType_Int64,
  DataType_Single = FdoDataType_Single,
  DataType_String = FdoDataType_String,
  DataType_BLOB = FdoDataType_BLOB,
  DataType_CLOB = FdoDataType_CLOB
}
 The DataType enumeration lists all of the base data types supported by FDO. More...

Comments or suggestions? Send us feedback.