EDictFieldType Enumeration |
Database field types
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic enum EDictFieldType
Public Enumeration EDictFieldType
Dim instance As EDictFieldType
public enum class EDictFieldType
Members
| Member name | Value | Description |
---|
| enTypeVoid | 0 | |
| enTypeChar | 1 | |
| enTypeUchar | 2 | |
| enTypeByte | 3 | |
| enTypeByteId | 4 | |
| enTypeShort | 5 | |
| enTypeUshort | 6 | |
| enTypeShortId | 7 | |
| enTypeBool | 8 | |
| enTypeLong | 9 | |
| enTypeUlong | 10 | |
| enTypeLongId | 11 | |
| enTypeDateTime | 12 | |
| enTypeDate | 13 | |
| enTypeTime | 14 | |
| enTypeFloat | 15 | |
| enTypeDouble | 16 | |
| enTypeString | 17 | |
| enTypeVstring | 18 | |
| enTypeMoney | 19 | |
| enTypeBlob | 20 | |
| enType_MAX | 21 | |
| enTypeUnknown | 10000 | |
See Also