RelationalEntityTypeExtensions.GetFunctionName 方法

定義

多載

GetFunctionName(IEntityType)

傳回實體類型所 null 對應的函式名稱,如果未對應至函式,則傳回該函式的名稱。

GetFunctionName(IReadOnlyEntityType)

傳回實體類型所 null 對應的函式名稱,如果未對應至函式,則傳回該函式的名稱。

GetFunctionName(IEntityType)

傳回實體類型所 null 對應的函式名稱,如果未對應至函式,則傳回該函式的名稱。

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

參數

entityType
IEntityType

要為其取得函式名稱的實體類型。

傳回

實體類型所對應的函式名稱。

適用於

GetFunctionName(IReadOnlyEntityType)

傳回實體類型所 null 對應的函式名稱,如果未對應至函式,則傳回該函式的名稱。

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

參數

entityType
IReadOnlyEntityType

要為其取得函式名稱的實體類型。

傳回

實體類型所對應的函式名稱。

適用於