IMutableModel.IsOwned(Type) Method

Definition

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

public bool IsOwned (Type type);
abstract member IsOwned : Type -> bool
Public Function IsOwned (type As Type) As Boolean

Parameters

type
Type

The type of the entity type that might be owned.

Returns

true if a matching entity type should be configured as owned when discovered, false otherwise.

Applies to