Back to Devexpress

QueryParameterCollection Class

corelibraries-devexpress-dot-xpo-dot-db-6bde4b1d.md

latest1.3 KB
Original Source

QueryParameterCollection Class

Represents a collection of OperandValue objects.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public sealed class QueryParameterCollection :
    List<OperandValue>
vb
Public NotInheritable Class QueryParameterCollection
    Inherits List(Of OperandValue)

Remarks

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

Inheritance

Object List<OperandValue> QueryParameterCollection

See Also

QueryParameterCollection Members

DevExpress.Xpo.DB Namespace