Skip to main content

EFStoredProcedureInfo.Parameters Property

Specifies the stored procedure parameters.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public EFParameterCollection Parameters { get; }

Property Value

Type Description
EFParameterCollection

A EFParameterCollection object specifying a collection of stored procedure parameters.

See Also