Interface IFibulaDbContext
Interface for the Fibula database context.
Namespace: Fibula.Data.Contracts.Abstractions
Assembly: Fibula.Data.Contracts.dll
Syntax
public interface IFibulaDbContext
Methods
| Improve this Doc View SourceAsDbContext()
Gets this context as the Microsoft.EntityFrameworkCore.DbContext. This exists for the sole purpose of forcing implentations of this interface to inherit also to Microsoft.EntityFrameworkCore.DbContext.
Declaration
DbContext AsDbContext()
Returns
Type | Description |
---|---|
Microsoft.EntityFrameworkCore.DbContext | This instance casted as Microsoft.EntityFrameworkCore.DbContext. |