Skip to main content
A newer version of this page is available. .

IObjectLayer.LoadObjects(Session, ObjectsQuery[]) Method

When implemented by a class, loads persistent objects using specified settings.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

ICollection[] LoadObjects(
    Session session,
    ObjectsQuery[] queries
)

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.

See Also