Skip to main content

Enum TabularDataType

Namespace: Varigence.Languages.Biml.Tabular

Assembly: Biml.dll

C#


public enum TabularDataType

Fields

FieldsDescription
AutomaticSpecifies that the data type should be automatically inferred from the relational data type or other information.
BinarySpecifies that the data type is a binary value.
BooleanSpecifies that the data type is a boolean value.
DateTimeSpecifies that the data type is a datetime value.
DecimalSpecifies that the data type is a fixed point decimal with arbitrary precision and scale.
DoubleSpecifies that the data type is a double-precision floating point value.
Int64Specifies that the data type is a 64-bit integer value.
StringSpecifies that the data type is a string value.
UnknownSpecifies that the data type is unknown.
VariantSpecifies that the data type is a variant value.