Condividi tramite


RelationalTypeBaseExtensions.GetTableName(IReadOnlyTypeBase) Metodo

Definizione

Restituisce il nome della tabella a cui viene eseguito il mapping del tipo o null se non viene eseguito il mapping a una tabella.

public static string? GetTableName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase typeBase);
static member GetTableName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase -> string
<Extension()>
Public Function GetTableName (typeBase As IReadOnlyTypeBase) As String

Parametri

typeBase
IReadOnlyTypeBase

Tipo per cui ottenere il nome della tabella.

Restituisce

Nome della tabella a cui viene eseguito il mapping del tipo.

Si applica a