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

Declaration

public sealed class EFParameterCollection :
    List<EFParameter>

The following members return EFParameterCollection objects:

Inheritance

Object
List<EFParameter>
EFParameterCollection
See Also