Click or drag to resize

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
Members
  Member nameDescription
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