Indicates the data type of a survey variable.
| Member Name | Description |
|---|---|
| Integer | Integer number. |
| PositiveInteger | Integer number greater than or equal to 0. Note that this equates to a .NET base type of Int32. |
| Decimal | Decimal number. Note that this equates to a .NET base type of Int32 with a positive value. |
| Float | Floating point number. |
| Text | Short text string up to 256 characters. |
| LongText | Long text string. |
| Date | Date |
| Time | Time |
| DateTime | Date/Time |
| Boolean | Boolean value (i.e. true or false). |
| LongInteger | Long integer number. Note that this equates to a .NET base type of Int64. |
Namespace: DatStat.SDK.WebServiceWrappers
Assembly: WebServiceWrappers (in WebServiceWrappers.dll)
DatStat.SDK.WebServiceWrappers Namespace