Session.Load(XPClassInfo, IEnumerable, String[]) Method
In This Article
OBSOLETE
Use Pre
This method is obsolete. Use Session.PreFetch or Session.PreFetch<T> instead.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.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 |
---|---|
class |
XPClass |
objects | IEnumerable |
collections | String[] |
See Also