Skip to main content

Definition

Assembly: Microsoft.Restier.EntityFrameworkCore.dll Namespace: Microsoft.Restier.EntityFrameworkCore

Syntax

Summary

Interface for Entity Framework Api instances. Makes easy retrieval of the DbContext possible.

Properties

ContextType Abstract

Gets the Context Type.

Syntax

Property Value

Type: System.Type

DbContext Abstract

Gets the underlying DbContext for this API.

Syntax

Property Value

Type: Microsoft.EntityFrameworkCore.DbContext