| FieldType Enumeration |
Namespace: Six.Sixp.Client
public enum FieldType
| Member name | Value | Description | |
|---|---|---|---|
| Bool | 0 | Boolean | |
| Int32 | 4 | 32 bit signed integer. | |
| Int64 | 5 | 64 bit signed integer. | |
| Double | 6 | Decimal or 64 bit floating point. | |
| String | 7 | String. | |
| Timestamp | 8 | Date and time. | |
| Link | 10 | Link to another record. A string that contains a prl. | |
| Time | 11 | Time. | |
| Date | 12 | Date. |