Condividi tramite


RelationalEntityTypeExtensions.GetTableName Metodo

Definizione

Overload

GetTableName(IEntityType)

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

GetTableName(IReadOnlyEntityType)

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

GetTableName(IEntityType)

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

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

Parametri

entityType
IEntityType

Tipo di entità per ottenere il nome della tabella.

Restituisce

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

Si applica a

GetTableName(IReadOnlyEntityType)

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

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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità per ottenere il nome della tabella.

Restituisce

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

Si applica a