Skip to main content
A newer version of this page is available.
All docs
V18.2

ConfigureQueryPageView.InitializeStoredProcedures(IEnumerable<String>) Method

Initializes a wizard page with the list of available stored procedures.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

Declaration

public void InitializeStoredProcedures(
    IEnumerable<string> items
)

Parameters

Name Type Description
items IEnumerable<String>

A collection of strings specifying the names of the stored procedures.

See Also