EFCoreObjectSpace.DbContext Property
Returns the DbContext instance your application uses.
Namespace: DevExpress.ExpressApp.EFCore
Assembly: DevExpress.ExpressApp.EFCore.v24.1.dll
NuGet Package: DevExpress.ExpressApp.EFCore
Declaration
Property Value
Type | Description |
---|---|
DbContext | A DbContext instance your application uses. |
See Also