Condividi tramite


RelationalEntityTypeExtensions.GetFunctionName Metodo

Definizione

Overload

GetFunctionName(IEntityType)

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

GetFunctionName(IReadOnlyEntityType)

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

GetFunctionName(IEntityType)

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

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

Parametri

entityType
IEntityType

Tipo di entità per cui ottenere il nome della funzione.

Restituisce

Nome della funzione a cui è mappato il tipo di entità.

Si applica a

GetFunctionName(IReadOnlyEntityType)

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

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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità per cui ottenere il nome della funzione.

Restituisce

Nome della funzione a cui è mappato il tipo di entità.

Si applica a