Skip to main content

QueryParameterCollection(OperandValue[]) Constructor

Initializes and populates a new instance of the QueryParameterCollection class.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public QueryParameterCollection(
    params OperandValue[] parameters
)

Parameters

Name Type Description
parameters OperandValue[]

An array of OperandValue objects that are added to the collection.

See Also