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

实体类型。

返回

显示名称。

属性

适用于