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

IConfigureQueryPageView.Initialize(Boolean, Boolean, IAliasFormatter) Method

For internal use. If implemented, initializes a wizard page with the specified options.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

void Initialize(
    bool allowCustomSql,
    bool storedProceduresSupported,
    IAliasFormatter aliasFormatter
)

Parameters

Name Type Description
allowCustomSql Boolean

Specifies whether custom SQL editing is enabled on a wizard page.

storedProceduresSupported Boolean

Specifies whether a data source contains stored procedures.

aliasFormatter DevExpress.DataAccess.Native.Sql.ConnectionProviders.IAliasFormatter

An object specifying an SQL query formatter.

See Also