Click or drag to resize

DataObjectLoadOptionsBaseCreateSpecialDataObjects Property

Determines whether special objects are created during the load of DataObjects. If set to true, User objects are created for DataObjects of type User. If not set, all objects are loaded as DataObjects which saves performance.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool CreateSpecialDataObjects { get; set; }

Property Value

Type: Boolean
See Also