다음을 통해 공유


MutableModelExtensions.IsOwned(IMutableModel, Type) 메서드

정의

규칙에 의해 검색될 때 지정된 형식을 사용하는 엔터티 형식을 소유 형식으로 구성해야 하는지 여부를 나타내는 값을 반환합니다.

public static bool IsOwned (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type clrType);
public static bool IsOwned (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
static member IsOwned : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> bool
static member IsOwned : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> bool
<Extension()>
Public Function IsOwned (model As IMutableModel, clrType As Type) As Boolean
<Extension()>
Public Function IsOwned (model As IMutableModel, type As Type) As Boolean

매개 변수

model
IMutableModel

값을 가져올 모델입니다.

clrTypetype
Type

소유할 수 있는 엔터티 형식의 형식입니다.

반환

true 일치하는 엔터티 형식을 검색할 때 소유로 구성해야 하면 이고, false 그렇지 않으면 입니다.

적용 대상