RelationalEntityTypeExtensions.GetFunctionName Methode

Definition

Überlädt

GetFunctionName(IEntityType)

Gibt den Namen der Funktion zurück, der der Entitätstyp zugeordnet ist oder null wenn nicht einer Funktion zugeordnet ist.

GetFunctionName(IReadOnlyEntityType)

Gibt den Namen der Funktion zurück, der der Entitätstyp zugeordnet ist oder null wenn nicht einer Funktion zugeordnet ist.

GetFunctionName(IEntityType)

Gibt den Namen der Funktion zurück, der der Entitätstyp zugeordnet ist oder null wenn nicht einer Funktion zugeordnet ist.

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

Parameter

entityType
IEntityType

Der Entitätstyp, für den der Funktionsname abgerufen werden soll.

Gibt zurück

Der Name der Funktion, der der Entitätstyp zugeordnet ist.

Gilt für:

GetFunctionName(IReadOnlyEntityType)

Gibt den Namen der Funktion zurück, der der Entitätstyp zugeordnet ist oder null wenn nicht einer Funktion zugeordnet ist.

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

Parameter

entityType
IReadOnlyEntityType

Der Entitätstyp, für den der Funktionsname abgerufen werden soll.

Gibt zurück

Der Name der Funktion, der der Entitätstyp zugeordnet ist.

Gilt für: