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

ObjectsByKeyQuery.IdCollection Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public ICollection IdCollection { get; }

Property Value

Type Description
ICollection

A collection of key property values.

See Also