Skip to main content
.NET 6.0+

ObjectsByKeyQuery.IdCollection Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public ICollection IdCollection { get; }

Property Value

Type Description
ICollection

A collection of key property values.

See Also