Skip to main content
.NET 6.0+

SerializableObjectLayer.LoadObjects(XPDictionaryStub, ObjectStubsQuery[]) Method

Performs object layer specific operations that are required to load persistent objects using specified settings.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public SerializableObjectLayerResult<XPObjectStubCollection[]> LoadObjects(
    XPDictionaryStub dictionary,
    ObjectStubsQuery[] queries
)

Parameters

Name Type Description
dictionary XPDictionaryStub

An XPDictionaryStub object that is a metadata information provider.

queries ObjectStubsQuery[]

An array of ObjectStubsQuery objects specifying queries that are executed to retrieve persistent objects.

Returns

Type Description
DevExpress.Xpo.SerializableObjectLayerResult<XPObjectStubCollection[]>

A SerializableObjectLayerResult instance that exposes an array of XPObjectStubCollection object collections corresponding to the queries.

See Also