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

ConfigureEFStoredProceduresPage.Procedures Property

Gets the stored procedures with the specified parameters from the list of procedures to be used.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public IEnumerable<StoredProcedureViewInfo> Procedures { get; }

Property Value

Type Description
IEnumerable<StoredProcedureViewInfo>

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

See Also