Share via


CosmosRelationshipDiscoveryConvention.ShouldBeOwnedType Method

Definition

Returns a value indicating whether the given entity type should be added as owned if it isn't currently in the model.

public static bool ShouldBeOwnedType (Type targetType, Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member ShouldBeOwnedType : Type * Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> bool
Public Shared Function ShouldBeOwnedType (targetType As Type, model As IConventionModel) As Boolean

Parameters

targetType
Type

Target entity type.

model
IConventionModel

The model.

Returns

true if the given entity type should be owned.

Applies to