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

IConfigureQueryPageView.InitializeStoredProcedures(IEnumerable<String>) Method

If implemented, initializes a wizard page with the list of available stored procedures.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

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