次の方法で共有


MutableModelExtensions.AddOwned(IMutableModel, Type) メソッド

定義

特定のエンティティ型を所有済みとしてマークし、検出された一致するエンティティ型を所有済みとして構成する必要があることを示します。

public static void AddOwned (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type clrType);
public static void AddOwned (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
static member AddOwned : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> unit
static member AddOwned : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> unit
<Extension()>
Public Sub AddOwned (model As IMutableModel, clrType As Type)
<Extension()>
Public Sub AddOwned (model As IMutableModel, type As Type)

パラメーター

model
IMutableModel

所有型を追加するモデル。

clrTypetype
Type

所有する必要があるエンティティ型の型。

適用対象