CosmosEntityTypeExtensions.GetContainingPropertyName メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 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
含まれているプロパティ名を取得するエンティティ型。
戻り値
エンティティ型がマップされる親プロパティの名前。