Sdílet prostřednictvím


RelationalTypeBaseExtensions.GetFunctionName(IReadOnlyTypeBase) Metoda

Definice

Vrátí název funkce, na kterou je typ mapován nebo null není-li namapován na funkci.

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, pro který chcete získat název funkce.

Návraty

Název funkce, na kterou je typ mapován.

Platí pro