Condividi tramite


RelationalTypeBaseExtensions.GetFunctionName(IReadOnlyTypeBase) Metodo

Definizione

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

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

Parametri

typeBase
IReadOnlyTypeBase

Tipo per cui ottenere il nome della funzione.

Restituisce

Nome della funzione a cui è mappato il tipo.

Si applica a