Click or drag to resize

AttrStorageType Enumeration

The storage type of an attribute. The specific implementation can use this information to optimize storage of the attribute values.

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public enum AttrStorageType
Members
  Member nameValueDescription
Standard0 Nothing special about this attribute.
Bulk1 There are many attributes (to be stored in an optimized way, e.g. sequential or serialized) or this is a huge text attribute.
Table2 This is not a single-valued attribute but this attribute definition is to be used as an attribute table column.
See Also