SerializableObjectLayerClient.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.v25.1.dll
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