| FieldInfoInternalFieldType Enumeration |
For internal use only.
Namespace: Six.Sixp.ClientAssembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntaxpublic enum InternalFieldType
Members|
| Member name | Value | Description |
|---|
| Bool | 0 | Boolean |
| UInt16 | 2 | 16 bit unsigned integer. |
| UInt32 | 3 | 32 bit unsigned integer. |
| Double | 6 | Decimal or 64 bit floating point. |
| String | 7 | String. |
| Timestamp | 8 | Date and time. |
| DictionaryStringList | 9 | Dictionary string list. |
| Link | 10 | Link to another record. A string that contains a prl. |
| Time | 11 | Time. |
| Date | 12 | Date. |
| DictionaryString | 13 | Dictionary string. |
| Blob | 14 | Binar (hex string). |
| LongIndicator | 15 | |
See Also