EntityTypeExtensions.ShortName(ITypeBase) Méthode

Définition

Obtient un nom court pour le donné ITypeBase qui peut être utilisé dans d’autres identificateurs.

[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

Paramètres

type
ITypeBase

Type d'entité.

Retours

Nom court.

Attributs

S’applique à