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