Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ObjectsByKeyQuery Class

Provides data for queries that retrieve persistent objects by key values.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public class ObjectsByKeyQuery

Remarks

ObjectsByKeyQuery objects provide data for the Session.GetObjectsByKey function, which is used to retrieve persistent objects by specified key values.

Inheritance

Object
ObjectsByKeyQuery
See Also