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

IConfigureEFStoredProceduresPageView.AddToList(IEnumerable<StoredProcedureViewInfo>) Method

If implemented, adds the specified stored procedures to the list to be used.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

void AddToList(
    IEnumerable<StoredProcedureViewInfo> procedures
)

Parameters

Name Type Description
procedures IEnumerable<StoredProcedureViewInfo>

A collection of StoredProcedureViewInfo objects, which provide the settings of stored procedures.

See Also