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

MultiQueryConfigureParametersPage.Preview(String) Method

Executes the specified query with the specified parameter values and displays results.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public void Preview(
    string queryName
)

Parameters

Name Type Description
queryName String

A String value that specifies the query name.

See Also