Compartir a través de


EntityTypeExtensions.DisplayName(ITypeBase) Método

Definición

Obtiene el nombre para mostrar descriptivo para el especificado 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

Parámetros

type
ITypeBase

El tipo de entidad.

Devoluciones

El nombre para mostrar.

Atributos

Se aplica a