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

IConfigureParametersPageView.ConfirmQueryExecution() Method

If implemented, displays the dialog to confirm query execution.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

bool ConfirmQueryExecution()

Returns

Type Description
Boolean

true, if the query execution is confirmed; otherwise, false.

See Also