EntityTypeExtensions.DisplayName(ITypeBase) 方法

定義

取得指定 ITypeBase 之 的易記顯示名稱。

[System.Diagnostics.DebuggerStepThrough]
public static string DisplayName (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase type);
[<System.Diagnostics.DebuggerStepThrough>]
static member DisplayName : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> string
<Extension()>
Public Function DisplayName (type As ITypeBase) As String

參數

type
ITypeBase

實體類型。

傳回

顯示名稱。

屬性

適用於