Click or drag to resize

BasePropertyLoadOptions Constructor (IEnumerableInt32)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public BasePropertyLoadOptions(
	IEnumerable<int> propertyIds
)

Parameters

propertyIds
Type: System.Collections.GenericIEnumerableInt32
Ids of properties to be loaded. If no ids are specified then nothing will be loaded at all.
See Also