Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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