Skip to main content

QueryOperandCollection Class

Represents a collection of QueryOperand objects.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public sealed class QueryOperandCollection :
    List<QueryOperand>

Remarks

The methods provided by the QueryOperandCollection class allow you to perform common collection management tasks (adding, removing elements, etc.).

Inheritance

Object
List<QueryOperand>
QueryOperandCollection
See Also