Share via


ScaffoldedModel.ContextFile Property

Definition

Gets or sets the generated file containing the DbContext.

public virtual Microsoft.EntityFrameworkCore.Scaffolding.ScaffoldedFile ContextFile { get; set; }
member this.ContextFile : Microsoft.EntityFrameworkCore.Scaffolding.ScaffoldedFile with get, set
Public Overridable Property ContextFile As ScaffoldedFile

Property Value

The generated file containing the DbContext.

Applies to