Class DataType
Defines the size and type of data the channel, associated with a parameter, will create.
Inheritance
System.Object
DataType
Namespace: MESL.SqlRace.Enumerators
Assembly: MESL.SqlRace.Enumerators.dll
Syntax
public sealed class DataType : Enum
Fields
Double64Bit
Double 64 bits of data.
Declaration
public const DataType Double64Bit
Field Value
Type | Description |
---|---|
DataType |
FloatingPoint32Bit
Floating point 32 bits of data.
Declaration
public const DataType FloatingPoint32Bit
Field Value
Type | Description |
---|---|
DataType |
Signed16Bit
Signed 16 bits of data.
Declaration
public const DataType Signed16Bit
Field Value
Type | Description |
---|---|
DataType |
Signed32Bit
Signed 32 bits of data.
Declaration
public const DataType Signed32Bit
Field Value
Type | Description |
---|---|
DataType |
Signed8Bit
Signed 8 bits of data.
Declaration
public const DataType Signed8Bit
Field Value
Type | Description |
---|---|
DataType |
TripleFloatingPoint32Bit
Triple Floating point values.
Declaration
public const DataType TripleFloatingPoint32Bit
Field Value
Type | Description |
---|---|
DataType |
Unsigned16Bit
Unsigned 16 bits of data.
Declaration
public const DataType Unsigned16Bit
Field Value
Type | Description |
---|---|
DataType |
Unsigned32Bit
Unsigned 32 bits of data.
Declaration
public const DataType Unsigned32Bit
Field Value
Type | Description |
---|---|
DataType |
Unsigned8Bit
Unsigned 8 bits of data.
Declaration
public const DataType Unsigned8Bit
Field Value
Type | Description |
---|---|
DataType |
value__
Declaration
public byte value__
Field Value
Type | Description |
---|---|
System.Byte |