Skip to main content
.NET 6.0+

IObjectLayer.LoadObjects(Session, ObjectsQuery[]) Method

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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