SimpleObjectLayer.LoadObjects(Session, ObjectsQuery[]) Method
Performs object layer specific operations that are required to load persistent objects using specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
session | Session | A Session that is used to load persistent objects. |
queries | ObjectsQuery[] | An array of ObjectsQuery objects specifying queries that are executed to retrieve persistent objects. |
Returns
Type | Description |
---|---|
ICollection[] | An array of object collections that correspond to the queries. |
Implements
See Also