Share via


CosmosEntityTypeExtensions.GetContainingPropertyName メソッド

定義

オーバーロード

GetContainingPropertyName(IEntityType)

エンティティ型がマップされる親プロパティの名前を返します。

GetContainingPropertyName(IReadOnlyEntityType)

エンティティ型がマップされる親プロパティの名前を返します。

GetContainingPropertyName(IEntityType)

エンティティ型がマップされる親プロパティの名前を返します。

public static string GetContainingPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetContainingPropertyName : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> string
<Extension()>
Public Function GetContainingPropertyName (entityType As IEntityType) As String

パラメーター

entityType
IEntityType

含まれているプロパティ名を取得するエンティティ型。

戻り値

エンティティ型がマップされる親プロパティの名前。

適用対象

GetContainingPropertyName(IReadOnlyEntityType)

エンティティ型がマップされる親プロパティの名前を返します。

public static string? GetContainingPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetContainingPropertyName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetContainingPropertyName (entityType As IReadOnlyEntityType) As String

パラメーター

entityType
IReadOnlyEntityType

含まれているプロパティ名を取得するエンティティ型。

戻り値

エンティティ型がマップされる親プロパティの名前。

適用対象