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

EFParameterCollection Class

A collection of EFParameter objects.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public sealed class EFParameterCollection :
    List<EFParameter>

The following members return EFParameterCollection objects:

Inheritance

Object
List<EFParameter>
EFParameterCollection
See Also