Sdílet prostřednictvím


RelationalEntityTypeExtensions.GetFunctionName Metoda

Definice

Přetížení

GetFunctionName(IEntityType)

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

GetFunctionName(IReadOnlyEntityType)

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

GetFunctionName(IEntityType)

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

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

Parametry

entityType
IEntityType

Typ entity, pro který chcete získat název funkce.

Návraty

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

Platí pro

GetFunctionName(IReadOnlyEntityType)

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

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

Parametry

entityType
IReadOnlyEntityType

Typ entity, pro který chcete získat název funkce.

Návraty

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

Platí pro