Class DbConvertType
Enums for the data types used in the database
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public sealed class DbConvertType : Enum
Fields
dbDateTimeLocal
Enums for the data types used in the database
Declaration
public const DbConvertType dbDateTimeLocal
Field Value
Type | Description |
---|---|
DbConvertType |
dbDateTimeUTC
Enums for the data types used in the database
Declaration
public const DbConvertType dbDateTimeUTC
Field Value
Type | Description |
---|---|
DbConvertType |
dbDouble
Enums for the data types used in the database
Declaration
public const DbConvertType dbDouble
Field Value
Type | Description |
---|---|
DbConvertType |
dbExtendedDateTimeLocal
Enums for the data types used in the database
Declaration
public const DbConvertType dbExtendedDateTimeLocal
Field Value
Type | Description |
---|---|
DbConvertType |
dbExtendedDateTimeUTC
Enums for the data types used in the database
Declaration
public const DbConvertType dbExtendedDateTimeUTC
Field Value
Type | Description |
---|---|
DbConvertType |
dbInt
Enums for the data types used in the database
Declaration
public const DbConvertType dbInt
Field Value
Type | Description |
---|---|
DbConvertType |
dbIntId
Enums for the data types used in the database
Declaration
public const DbConvertType dbIntId
Field Value
Type | Description |
---|---|
DbConvertType |
dbShort
Enums for the data types used in the database
Declaration
public const DbConvertType dbShort
Field Value
Type | Description |
---|---|
DbConvertType |
dbShortId
Enums for the data types used in the database
Declaration
public const DbConvertType dbShortId
Field Value
Type | Description |
---|---|
DbConvertType |
dbString
Enums for the data types used in the database
Declaration
public const DbConvertType dbString
Field Value
Type | Description |
---|---|
DbConvertType |
dbUInt
Enums for the data types used in the database
Declaration
public const DbConvertType dbUInt
Field Value
Type | Description |
---|---|
DbConvertType |
dbUShort
Enums for the data types used in the database
Declaration
public const DbConvertType dbUShort
Field Value
Type | Description |
---|---|
DbConvertType |
value__
Enums for the data types used in the database
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)