IMutableModel.RemoveOwned(Type) Method

Definition

Removes the given owned type, indicating that when discovered matching entity types should not be configured as owned.

public string? RemoveOwned (Type type);
abstract member RemoveOwned : Type -> string
Public Function RemoveOwned (type As Type) As String

Parameters

type
Type

The type of the entity type that should not be owned.

Returns

The name of the removed owned type.

Applies to