Share via


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

関数名を取得するエンティティ型。

戻り値

エンティティ型がマップされる関数の名前。

適用対象