다음을 통해 공유


ODataModelBuilder.RemoveStructuralType(Type) 메서드

정의

모델에서 형식을 제거합니다.

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

매개 변수

type
Type

제거할 형식입니다.

반환

true 형식이 모델에 있으면 이고 false , 그렇지 않으면 입니다.

적용 대상