DBSetFilter.Parameters Property
In This Article
Provides access to the collection of parameters passed to a stored procedure by an Entity Framework data source.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public EFParameterCollection Parameters { get; }
#Property Value
Type | Description |
---|---|
EFParameter |
A EFParameter |
See Also