共用方式為


CosmosRelationshipDiscoveryConvention.ShouldBeOwned 方法

定義

傳回值,指出如果指定的實體類型目前不在模型中,是否應該加入為擁有。

protected override bool? ShouldBeOwned (Type targetType, Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
override this.ShouldBeOwned : Type * Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<bool>
Protected Overrides Function ShouldBeOwned (targetType As Type, model As IConventionModel) As Nullable(Of Boolean)

參數

targetType
Type

目標實體類型。

model
IConventionModel

模型本身。

傳回

true 如果應該擁有指定的實體類型,則為 。

適用於