Documentation Index
Fetch the complete documentation index at: https://easyaf.dev/llms.txt
Use this file to discover all available pages before exploring further.
Definition
Assembly: Microsoft.Restier.EntityFramework.dll Namespace: Microsoft.Restier.EntityFrameworkSyntax
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:System.Data.Entity.DbContext