Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

[TypeConverter(typeof(EFParameterCollectionTypeConverter))]
public EFParameterCollection Parameters { get; }

Property Value

Type Description
EFParameterCollection

A EFParameterCollection object.

See Also