EntityTypeExtensions.ShortName(ITypeBase) Método

Definição

Obtém um nome curto para o determinado ITypeBase que pode ser usado em outros 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

O tipo de entidade.

Retornos

O nome curto.

Atributos

Aplica-se a