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

QueryParameterCollection Class

Represents a collection of OperandValue objects.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public sealed class QueryParameterCollection :
    List<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