Skip to main content
A newer version of this page is available. .

QueryOperandCollection Class

Represents a collection of QueryOperand objects.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v19.1.dll

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