IConventionModel.IsOwned(Type) 메서드

정의

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

public virtual bool IsOwned (Type type);
abstract member IsOwned : Type -> bool
override this.IsOwned : Type -> bool
Public Overridable Function IsOwned (type As Type) As Boolean

매개 변수

type
Type

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

반환

true 지정된 형식이 소유된 것으로 표시되면 이고, null 그렇지 않으면 입니다.

적용 대상