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

MultiQueryConfigureParametersPage.AddParameter(String) Method

Adds a new parameter to the specified query.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public void AddParameter(
    string queryName
)

Parameters

Name Type Description
queryName String

A String value that specifies the query name.

See Also