Skip to main content

EFParameterCollection Class

A collection of EFParameter objects.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public sealed class EFParameterCollection :
    List<EFParameter>

The following members return EFParameterCollection objects:

#Inheritance

Object
List<EFParameter>
EFParameterCollection
See Also