다음을 통해 공유


RuntimeEntityType.IReadOnlyEntityType.GetDiscriminatorPropertyName 메서드

정의

판별자 값을 저장하는 데 사용할 속성의 이름을 반환합니다.

[System.Diagnostics.DebuggerStepThrough]
string? IReadOnlyEntityType.GetDiscriminatorPropertyName ();
[System.Diagnostics.DebuggerStepThrough]
string IReadOnlyEntityType.GetDiscriminatorPropertyName ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDiscriminatorPropertyName : unit -> string
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDiscriminatorPropertyName : unit -> string
Function GetDiscriminatorPropertyName () As String Implements IReadOnlyEntityType.GetDiscriminatorPropertyName

반환

판별자 값을 저장하는 데 사용할 속성의 이름입니다.

구현

특성

적용 대상