XPObjectSpace.SetPrefetchPropertyNames(Object, String[]) Method
Loads specified delayed properties and child collections in each object of a given list.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| collection | Object | An IEnumerable list of parent objects. |
| propertyNames | String[] | Properties to load. |
Remarks
Refer to the DevExpress.ExpressApp.BaseObjectSpace.SetPrefetchPropertyNames method description for details.
See Also