| 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.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic enum AttrStorageType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Standard | 0 | 
            Nothing special about this attribute.
             | 
 | Bulk | 1 | 
            There are many attributes (to be stored in an optimized way,
            e.g. sequential or serialized) or this is a huge text 
            attribute.
             | 
 | Table | 2 | 
            This is not a single-valued attribute but this attribute definition
            is to be used as an attribute table column.
             | 
See Also