IConventionModel.IsOwned(Type) Method

Definition

Returns a value indicating whether the entity types using the given type should be configured as owned types when discovered.

public virtual bool IsOwned (Type type);
abstract member IsOwned : Type -> bool
override this.IsOwned : Type -> bool
Public Overridable Function IsOwned (type As Type) As Boolean

Parameters

type
Type

The type of the entity type that could be owned.

Returns

true if the given type is marked as owned, null otherwise.

Applies to