RuntimeEntityType.IReadOnlyEntityType.GetDiscriminatorValue 方法

定义

返回此实体类型的鉴别器值。

[System.Diagnostics.DebuggerStepThrough]
object IReadOnlyEntityType.GetDiscriminatorValue ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDiscriminatorValue : unit -> obj
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDiscriminatorValue : unit -> obj
Function GetDiscriminatorValue () As Object Implements IReadOnlyEntityType.GetDiscriminatorValue

返回

此实体类型的鉴别器值。

实现

属性

适用于