Show / Hide Table of Contents

    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 Source

    Set<TEntity>()

    Declaration
    EntityFrameworkCore.DbSet<TEntity> Set<TEntity>()
    
        where TEntity : class
    Returns
    Type Description
    Microsoft.EntityFrameworkCore.DbSet<TEntity>
    Type Parameters
    Name Description
    TEntity
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network