Back to Devexpress

DBColumnType Enum

corelibraries-devexpress-dot-xpo-dot-db-4e80c9df.md

latest2.8 KB
Original Source

DBColumnType Enum

Lists the supported database column types.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum DBColumnType
vb
Public Enum DBColumnType

Members

NameDescription
Unknown

Indicates a non-standard data type.

| | Boolean |

Indicates the Boolean data type.

| | Byte |

Indicates the Byte data type.

| | SByte |

Indicates the SByte data type.

| | Char |

Indicates the Char data type.

| | Decimal |

Indicates the Decimal data type.

| | Double |

Indicates the Double data type.

| | Single |

Indicates the Single data type.

| | Int32 |

Indicates the Int32 data type.

| | UInt32 |

Indicates the UInt32 data type.

| | Int16 |

Indicates the Int16 data type.

| | UInt16 |

Indicates the UInt16 data type.

| | Int64 |

Indicates the Int64 data type.

| | UInt64 |

Indicates the UInt64 data type.

| | String |

Indicates the String data type.

| | DateTime |

Indicates the DateTime data type.

| | Guid |

Indicates the Guid data type.

| | TimeSpan |

Obsolete. This API is obsolete now.

| | ByteArray |

Indicates the Byte array data type.

| | DateOnly | | | TimeOnly | |

The following properties accept/return DBColumnType values:

See Also

DBColumn

DevExpress.Xpo.DB Namespace