Table of Contents

Class ObjectsByKeyQuery

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

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

public class ObjectsByKeyQuery
Inheritance
ObjectsByKeyQuery
Inherited Members

Constructors

ObjectsByKeyQuery(XPClassInfo, ICollection)

Initializes a new instance of the ObjectsByKeyQuery class with the persistent class’s metadata information about persistent objects, to include in the query and their key values.

public ObjectsByKeyQuery(XPClassInfo classInfo, ICollection idCollection)

Parameters

classInfo XPClassInfo

An XPClassInfo descendant providing the persistent class’s metadata.

idCollection ICollection

A collection of key property values.

Properties

ClassInfo

Gets the persistent class’s metadata information for persistent objects to include in the query.

public XPClassInfo ClassInfo { get; }

Property Value

XPClassInfo

An XPClassInfo descendant, providing the persistent class’s metadata.

IdCollection

Gets a collection of key property values of persistent objects to include in the query.

public ICollection IdCollection { get; }

Property Value

ICollection

A collection of key property values.