次の方法で共有


ConventionModelExtensions.RemoveOwned(IConventionModel, Type) メソッド

定義

特定の所有型を削除します。検出された一致するエンティティ型を所有済みとして構成しないことを示します。

public static void RemoveOwned (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, Type clrType);
public static string RemoveOwned (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, Type type);
static member RemoveOwned : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * Type -> unit
static member RemoveOwned : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * Type -> string
<Extension()>
Public Sub RemoveOwned (model As IConventionModel, clrType As Type)
<Extension()>
Public Function RemoveOwned (model As IConventionModel, type As Type) As String

パラメーター

model
IConventionModel

所有されている型名を削除するモデル。

clrTypetype
Type

所有してはならないエンティティ型の型。

戻り値

削除された所有型の名前。

適用対象