次の方法で共有


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

戻り値

識別子の値を格納するために使用されるプロパティの名前。

実装

属性

適用対象