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

EFDataSource.StoredProcedures Property

Gets the collection of stored procedures provided by an EFDataSource.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public EFStoredProcedureInfoCollection StoredProcedures { get; set; }

Property Value

Type Description
EFStoredProcedureInfoCollection

A EFStoredProcedureInfo object specifying a collection of stored procedures.

See Also