Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPBaseCollection.PreFetch(String[]) Method

Enforces loading data for associated collections and delayed properties.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public void PreFetch(
    params string[] propertyPaths
)

Parameters

Name Type Description
propertyPaths String[]

An array of strings that are the collection property and delayed property names, or property paths (e.g, “ChildCollection.AnotherChildCollection”).

See Also