DevExpress.DataAccess.EntityFramework Namespace
Contains classes that support binding to Entity Framework data sources.
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Classes
Name | Description |
---|---|
Before |
Provides data for the EFData |
Custom |
An exception thrown on an attempt to load a custom assembly by an Entity Framework data source when it was not permitted to do this. |
DBSet |
A filter applied to an Entity Framework DBSet. |
EFConnection |
A wrapper for exceptions that may occur during a connection to an Entity Framework data source. |
EFConnection |
Contains parameters used to establish a connection to an Entity Framework data source. |
EFData |
A connection to an Entity Framework data source. |
EFData |
An Entity Framework data source. |
EFFilters |
A collection of Entity Framework data source filters. |
EFParameter |
A parameter passed to a stored procedure by an EFData |
EFParameter |
A collection of EFParameter objects. |
EFStored |
Contains information about a stored procedure provided by an EFData |
EFStored |
A collection of stored procedures provided by an EFData |
#Delegates
Name | Description |
---|---|
Before |
A method that will handle the EFData |