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

MultiQueryConfigureParametersPage.CanPreview(String) Method

Returns whether or not it is possible to preview the result of the specified query’s execution.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public bool CanPreview(
    string queryName
)

Parameters

Name Type Description
queryName String

A String value that specifies the query name.

Returns

Type Description
Boolean

true, if the query can be executed; otherwise, false.

See Also