Back to Devexpress

DevExpress.DataAccess.EntityFramework Namespace

corelibraries-devexpress-dot-dataaccess-88069f70.md

latest3.2 KB
Original Source

DevExpress.DataAccess.EntityFramework Namespace

Contains classes that support binding to Entity Framework data sources.

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Classes

NameDescription
BeforeLoadCustomAssemblyEventArgsProvides data for the EFDataSource.BeforeLoadCustomAssembly and EFDataSource.BeforeLoadCustomAssemblyGlobal events.
CustomAssemblyLoadingProhibitedExceptionAn exception thrown on an attempt to load a custom assembly by an Entity Framework data source when it was not permitted to do this.
DBSetFilterA filter applied to an Entity Framework DBSet.
EFConnectionExceptionA wrapper for exceptions that may occur during a connection to an Entity Framework data source.
EFConnectionParametersContains parameters used to establish a connection to an Entity Framework data source.
EFDataConnectionA connection to an Entity Framework data source.
EFDataSourceAn Entity Framework data source.
EFFiltersCollectionA collection of Entity Framework data source filters.
EFParameterA parameter passed to a stored procedure by an EFDataSource.
EFParameterCollectionA collection of EFParameter objects.
EFStoredProcedureInfoContains information about a stored procedure provided by an EFDataSource.
EFStoredProcedureInfoCollectionA collection of stored procedures provided by an EFDataSource.

Delegates

NameDescription
BeforeLoadCustomAssemblyEventHandlerA method that will handle the EFDataSource.BeforeLoadCustomAssembly event.