Skip to main content

ConfigureQueryPageView.Initialize(Boolean, Boolean, IAliasFormatter) Method

For internal use. Initializes a wizard page with the specified options.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public 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