Skip to main content
.NET 6.0+

Session.Load(XPClassInfo, IEnumerable, String[]) Method

OBSOLETE

Use PreFetch method instead

This method is obsolete. Use Session.PreFetch or Session.PreFetch<T> instead.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Obsolete("Use PreFetch method instead", true)]
public void Load(
    XPClassInfo classInfo,
    IEnumerable objects,
    params string[] collections
)

Parameters

Name Type
classInfo XPClassInfo
objects IEnumerable
collections String[]
See Also