次の方法で共有


EntityTypeExtensions.IsOwned(IEntityType) メソッド

定義

このエンティティ型が別のエンティティ型によって所有されているかどうかを示す値を取得します。

[System.Diagnostics.DebuggerStepThrough]
public static bool IsOwned (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
[<System.Diagnostics.DebuggerStepThrough>]
static member IsOwned : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
<Extension()>
Public Function IsOwned (entityType As IEntityType) As Boolean

パラメーター

entityType
IEntityType

エンティティの型。

戻り値

true このエンティティ型が別のエンティティ型によって所有されている場合は 。

属性

適用対象