Enum DbConvertType
Enums for the data types used in the database
Namespace: SuperOffice.Data
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public enum DbConvertType
Fields
| Name | Description |
|---|---|
| dbDateTimeLocal | Enums for the data types used in the database |
| dbDateTimeUTC | Enums for the data types used in the database |
| dbDouble | Enums for the data types used in the database |
| dbExtendedDateTimeLocal | Enums for the data types used in the database |
| dbExtendedDateTimeUTC | Enums for the data types used in the database |
| dbInt | Enums for the data types used in the database |
| dbIntId | Enums for the data types used in the database |
| dbShort | Enums for the data types used in the database |
| dbShortId | Enums for the data types used in the database |
| dbString | Enums for the data types used in the database |
| dbUInt | Enums for the data types used in the database |
| dbUShort | Enums for the data types used in the database |