Udostępnij przez


RelationalTypeBaseExtensions.GetFunctionName(IReadOnlyTypeBase) Metoda

Definicja

Zwraca nazwę funkcji, do której typ jest mapowany lub null jeśli nie jest mapowany na funkcję.

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

Parametry

typeBase
IReadOnlyTypeBase

Typ, dla których ma być pobierana nazwa funkcji.

Zwraca

Nazwa funkcji, do której jest mapowany typ.

Dotyczy