다음을 통해 공유


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

소유해야 하는 엔터티 형식의 형식입니다.

적용 대상