EFStoredProcedureInfo.Parameters Property
Specifies the stored procedure parameters.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
EFParameterCollection | A EFParameterCollection object specifying a collection of stored procedure parameters. |
See Also