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

Session.Load<T>(IEnumerable<T>, 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<T>(
    IEnumerable<T> objects,
    params string[] collections
)
    where T : class

Parameters

Name Type
objects IEnumerable<T>
collections String[]

Type Parameters

Name
T
See Also