共用方式為


IConventionModel.RemoveOwned(Type) 方法

定義

移除指定的擁有類型,指出探索到的相符實體類型何時不應設定為擁有。

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

參數

type
Type

不應該擁有之實體類型的型別。

傳回

已移除之擁有型別的名稱。

適用於