Share via


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

エンティティの型。

戻り値

表示名です。

属性

適用対象