| ItemType Enumeration |
Possible data types of item values.
Namespace:
Mavidian.DataConveyer.Entities.KeyVal
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax [FlagsAttribute]
public enum ItemType
<FlagsAttribute>
Public Enumeration ItemType
Members
| Member name | Description |
---|
| Void |
Represents a non-existent item, never assigned to an actual item.
This type may be present in fixed size records, e.g. in case of Flat data.
|
| String |
String type.
|
| Bool |
Boolean type.
|
| Int |
Integer type.
|
| Decimal |
Decimal type (money).
|
| DateTime |
Date type.
|
See Also