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

返回

将用于存储鉴别器值的属性的名称。

实现

属性

适用于