DataType EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Denotes types that Arow directly supports. Complex object are serialized as POD

Namespace: NFX.Serialization.Arow
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum DataType
Members

  Member nameValueDescription
Null0
Row1
Array2
POD3
Boolean100
Char101
String102
Single103
Double104
Decimal105
Amount106
Byte107
ByteArray108
SByte109
Int16110
Int32111
Int64112
UInt16113
UInt32114
UInt64115
DateTime116
TimeSpan117
Guid118
GDID119
FID120
PilePointer121
NLSMap122
See Also