SerializableObjectLayer.GetObjectsByKey(XPDictionaryStub, GetObjectStubsByKeyQuery[]) Method
In This Article
Performs object layer specific operations that are required to return information on persistent objects retrieved from a data store, using queries based on specified object types and key values.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public SerializableObjectLayerResult<XPObjectStubCollection[]> GetObjectsByKey(
XPDictionaryStub dictionary,
GetObjectStubsByKeyQuery[] queries
)
#Parameters
Name | Type | Description |
---|---|---|
dictionary | XPDictionary |
An XPDictionary |
queries | Get |
An array of Get |
#Returns
Type | Description |
---|---|
DevExpress. |
A Serializable |
See Also