DataType Enumeration

Defines the basic data types for connection parameters.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public enum DataType

Remarks

Enumeration is intended to provide user interfaces with basic data type constraints for possible encountered connection parameters.

Members

String0 Represents a String data type.
Int161 Represents a Int16 data type.
UInt162 Represents a UInt16 data type.
Int323 Represents a Int32 data type.
UInt324 Represents a UInt32 data type.
Int645 Represents a Int64 data type.
UInt646 Represents a UInt64 data type.
Single7 Represents a Single data type.
Double8 Represents a Double data type.
DateTime9 Represents a DateTime data type.
Boolean10 Represents a Boolean data type.
Enum11 Represents an Enum data type.
IMeasurement12 Represents an IMeasurement data type.
MeasurementKey13 Represents an MeasurementKey data type.

See Also