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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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