A newer version of this page is available.
Switch to the current version.
QueryOperandCollection Class
Represents a collection of QueryOperand objects.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v18.2.dll
Declaration
public sealed class QueryOperandCollection :
List<QueryOperand>
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
See Also
Feedback