Click or drag to resize

IObjTypeIsBulk Property

Indicates if the attributes associated with this object type are to be treated as bulk. It is recommended that object types are declared bulk if they contain either many or large attributes.

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#
bool IsBulk { get; set; }

Property Value

Type: Boolean
See Also