ModelCodeGenerationOptions.ContextName Property

Definition

Gets or sets the DbContext name.

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

Property Value

The DbContext name.

Applies to