Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.Xpo

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