Enum DataType
Describes the type of data contained in the column.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum DataType
Fields
Name | Description |
---|---|
Automatic | Internal only. |
Binary | Column or measure contains binary data. |
Boolean | Column or measure contains boolean data values. |
DateTime | Column or measure contains date and time data |
Decimal | Column or measure contains decimal data values. |
Double | Column or measure contains double-precision floating-point numbers. |
Int64 | Column or measure contains integers. |
String | Column or measure contains string data values. |
Unknown | Initial value of a newly created column, replaced with an actual value after saving a Column to the Server. |
Variant | A measure with varying data type. |