Class SQLDataTypeIdRecord.SQLDataType
The SQL datatypes.
Inheritance
System.Object
    SQLDataTypeIdRecord.SQLDataType
  Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class SQLDataType : Enum
  Fields
SQL_CHAR
Represents the SQL_CHAR SQL data type.
Declaration
public const SQLDataTypeIdRecord.SQLDataType SQL_CHAR
  Field Value
| Type | 
|---|
| SQLDataTypeIdRecord.SQLDataType | 
SQL_DATETIME
Represents the SQL_DATETIME SQL data type.
Declaration
public const SQLDataTypeIdRecord.SQLDataType SQL_DATETIME
  Field Value
| Type | 
|---|
| SQLDataTypeIdRecord.SQLDataType | 
SQL_DECIMAL
Represents the SQL_DECIMAL SQL data type.
Declaration
public const SQLDataTypeIdRecord.SQLDataType SQL_DECIMAL
  Field Value
| Type | 
|---|
| SQLDataTypeIdRecord.SQLDataType | 
SQL_DOUBLE
Represents the SQL_DOUBLE SQL data type.
Declaration
public const SQLDataTypeIdRecord.SQLDataType SQL_DOUBLE
  Field Value
| Type | 
|---|
| SQLDataTypeIdRecord.SQLDataType | 
SQL_FLOAT
Represents the SQL_FLOAT SQL data type.
Declaration
public const SQLDataTypeIdRecord.SQLDataType SQL_FLOAT
  Field Value
| Type | 
|---|
| SQLDataTypeIdRecord.SQLDataType | 
SQL_INTEGER
Represents the SQL_INTEGER SQL data type.
Declaration
public const SQLDataTypeIdRecord.SQLDataType SQL_INTEGER
  Field Value
| Type | 
|---|
| SQLDataTypeIdRecord.SQLDataType | 
SQL_NUMERIC
Represents the SQL_NUMERIC SQL data type.
Declaration
public const SQLDataTypeIdRecord.SQLDataType SQL_NUMERIC
  Field Value
| Type | 
|---|
| SQLDataTypeIdRecord.SQLDataType | 
SQL_REAL
Represents the SQL_REAL SQL data type.
Declaration
public const SQLDataTypeIdRecord.SQLDataType SQL_REAL
  Field Value
| Type | 
|---|
| SQLDataTypeIdRecord.SQLDataType | 
SQL_SMALLINT
Represents the SQL_SMALLINT SQL data type.
Declaration
public const SQLDataTypeIdRecord.SQLDataType SQL_SMALLINT
  Field Value
| Type | 
|---|
| SQLDataTypeIdRecord.SQLDataType | 
SQL_UNKNOWN_TYPE
Represents the SQL_UNKNOWN_TYPE SQL data type.
Declaration
public const SQLDataTypeIdRecord.SQLDataType SQL_UNKNOWN_TYPE
  Field Value
| Type | 
|---|
| SQLDataTypeIdRecord.SQLDataType | 
SQL_VARCHAR
Represents the SQL_VARCHAR SQL data type.
Declaration
public const SQLDataTypeIdRecord.SQLDataType SQL_VARCHAR
  Field Value
| Type | 
|---|
| SQLDataTypeIdRecord.SQLDataType |