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

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

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