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

StoredProcedureViewInfo.StoredProcedure Property

Gets a stored procedure.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public EFStoredProcedureInfo StoredProcedure { get; }

Property Value

Type Description
EFStoredProcedureInfo

An object containing settings of a stored procedure provided by an Entity Framework data source.

See Also