ISerializableObjectLayer.LoadObjects(XPDictionaryStub, ObjectStubsQuery[]) Method
In This Article
When implemented by a class, loads persistent objects using specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
SerializableObjectLayerResult<XPObjectStubCollection[]> LoadObjects(
XPDictionaryStub dictionary,
ObjectStubsQuery[] queries
)
#Parameters
Name | Type | Description |
---|---|---|
dictionary | XPDictionary |
An XPDictionary |
queries | Object |
An array of Object |
#Returns
Type | Description |
---|---|
DevExpress. |
A Serializable |
See Also