QueryCompilationContext.ContextType Property

Definition

The CLR type of derived DbContext to use during query compilation.

public virtual Type ContextType { get; }
member this.ContextType : Type
Public Overridable ReadOnly Property ContextType As Type

Property Value

The type of the context.

Applies to