Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public override void SetPrefetchPropertyNames(
    object collection,
    params string[] propertyNames
)

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