Skip to main content

QueryParameterCollection Class

Represents a collection of OperandValue objects.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.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