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 如果這個實體類型是由另一個實體類型所擁有,則為 。

屬性

適用於