Show / Hide Table of Contents

    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 Source

    AsDbContext()

    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.

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • AsDbContext()
    • Extension Methods
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.