Enum TabularDataType
C#
public enum TabularDataType
Fields
Automatic | Specifies that the data type should be automatically inferred from the relational data type or other information. |
Binary | Specifies that the data type is a binary value. |
Boolean | Specifies that the data type is a boolean value. |
DateTime | Specifies that the data type is a datetime value. |
Decimal | Specifies that the data type is a fixed point decimal with arbitrary precision and scale. |
Double | Specifies that the data type is a double-precision floating point value. |
Int64 | Specifies that the data type is a 64-bit integer value. |
String | Specifies that the data type is a string value. |
Unknown | Specifies that the data type is unknown. |
Variant | Specifies that the data type is a variant value. |