| ConstantsDBTypes Enumeration |
Stores value types.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax Public Enumeration DBTypes
Members
| Member name | Value | Description |
---|
| VarChar255 | 1 |
Varchar255 type = 1
|
| VarChar100 | 2 |
Varchar100 type = 2
|
| VarChar50 | 3 |
Varchar50 type = 3
|
| VarChar20 | 4 |
Varchar20 type = 4
|
| VarChar5 | 5 |
Varchar5 type = 5
|
| Memo | 6 |
MEMO type = 6
|
| Bit | 7 |
Bit type =7
|
| Date | 8 |
Date type = 8
|
| DateTime | 9 |
DateTime = 9
|
| Double | 10 |
Double type = 10
|
| Link | 11 |
Link type = 11
|
| FileManager | 12 |
FileManager type = 12
|
| Long | 13 |
Long type = 13
|
See Also