다음을 통해 공유


StructuralTypeConfiguration.AddCollectionProperty(PropertyInfo) 메서드

정의

이 edm 형식에 컬렉션 속성을 추가합니다.

public virtual Microsoft.AspNet.OData.Builder.CollectionPropertyConfiguration AddCollectionProperty (System.Reflection.PropertyInfo propertyInfo);
abstract member AddCollectionProperty : System.Reflection.PropertyInfo -> Microsoft.AspNet.OData.Builder.CollectionPropertyConfiguration
override this.AddCollectionProperty : System.Reflection.PropertyInfo -> Microsoft.AspNet.OData.Builder.CollectionPropertyConfiguration
Public Overridable Function AddCollectionProperty (propertyInfo As PropertyInfo) As CollectionPropertyConfiguration

매개 변수

propertyInfo
PropertyInfo

추가 중인 속성입니다.

반환

CollectionPropertyConfiguration 속성을 추가로 구성할 수 있도록 입니다.

적용 대상