Interface IDbContext
Inherited Members
System.IDisposable.Dispose()
Namespace: Catalyst.Core.Lib.Repository
Assembly: Catalyst.Core.Lib.dll
Syntax
public interface IDbContext : IDisposable
Methods
| Improve this Doc View SourceSet<TEntity>()
Declaration
EntityFrameworkCore.DbSet<TEntity> Set<TEntity>()
where TEntity : class
Returns
Type | Description |
---|---|
Microsoft.EntityFrameworkCore.DbSet<TEntity> |
Type Parameters
Name | Description |
---|---|
TEntity |