Back to Devexpress

QueryOperandCollection Class

corelibraries-devexpress-dot-xpo-dot-db-c90e50a4.md

latest1.3 KB
Original Source

QueryOperandCollection Class

Represents a collection of QueryOperand objects.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public sealed class QueryOperandCollection :
    List<QueryOperand>
vb
Public NotInheritable Class QueryOperandCollection
    Inherits List(Of 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

QueryOperandCollection Members

DevExpress.Xpo.DB Namespace