Click or drag to resize

IDataObjectLoadOptionsBaseExcludeDataObjectIds Property

States a list of data object ids. If specified the stated data objects are exluded from being loaded.

Namespace:  Omada.OE.Model.Public
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
IList<int> ExcludeDataObjectIds { get; }

Property Value

Type: IListInt32
See Also