다음을 통해 공유


ComplexPropertyConfiguration.HasDerivedTypeConstraint<TDerivedType> 메서드

정의

파생 형식 제약 조건 목록에 TDerived를 추가합니다.

public Microsoft.AspNet.OData.Builder.ComplexPropertyConfiguration HasDerivedTypeConstraint<TDerivedType> ();
member this.HasDerivedTypeConstraint : unit -> Microsoft.AspNet.OData.Builder.ComplexPropertyConfiguration
Public Function HasDerivedTypeConstraint(Of TDerivedType) () As ComplexPropertyConfiguration

형식 매개 변수

TDerivedType

반환

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

적용 대상