다음을 통해 공유


ModelCodeGenerationOptions.ContextName 속성

정의

DbContext 이름을 가져오거나 설정합니다.

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

속성 값

DbContext 이름입니다.

적용 대상