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

SessionObjectLayer.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.v18.2.dll

Declaration

public 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