다음을 통해 공유


EntitySetConfiguration.HasDerivedTypeConstraints(Type[]) 메서드

정의

파생 형식 제약 조건 목록에 하위 형식을 추가합니다.

public Microsoft.AspNet.OData.Builder.EntitySetConfiguration HasDerivedTypeConstraints (params Type[] subtypes);
member this.HasDerivedTypeConstraints : Type[] -> Microsoft.AspNet.OData.Builder.EntitySetConfiguration
Public Function HasDerivedTypeConstraints (ParamArray subtypes As Type()) As EntitySetConfiguration

매개 변수

subtypes
Type[]

제약 조건을 추가해야 하는 하위 형식입니다.

반환

구성 개체가 업데이트되었습니다.

적용 대상