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

QueryParameterCollection(OperandValue[]) Constructor

Initializes and populates a new instance of the QueryParameterCollection class.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

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