Skip to main content

DBSetFilter.Parameters Property

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.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.

See Also