Share via


ModelCodeGenerationOptions.ContextDir Property

Definition

Gets or sets the DbContext output directory.

public virtual string ContextDir { get; set; }
public virtual string? ContextDir { get; set; }
member this.ContextDir : string with get, set
Public Overridable Property ContextDir As String

Property Value

The DbContext output directory.

Applies to