Share via


CompiledModelCodeGenerationOptions.ContextType Property

Definition

Gets or sets the type of the corresponding DbContext.

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

Property Value

The type of the corresponding DbContext.

Applies to