Compartir a través de


EntityTypeExtensions.ShortName(ITypeBase) Método

Definición

Obtiene un nombre corto para el especificado ITypeBase que se puede usar en otros identificadores.

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

Parámetros

type
ITypeBase

El tipo de entidad.

Devoluciones

Nombre corto.

Atributos

Se aplica a