EFParameterCollection Class
A collection of EFParameter objects.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
[TypeConverter(typeof(EFParameterCollectionTypeConverter))]
public sealed class EFParameterCollection :
List<EFParameter>
Related API Members
The following members return EFParameterCollection objects:
Inheritance
See Also