CollectionPropertyConfiguration Constructor (PropertyInfo, StructuralTypeConfiguration)
Constructs a CollectionPropertyConfiguration using the property provided.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public CollectionPropertyConfiguration(
PropertyInfo property,
StructuralTypeConfiguration declaringType
)
public:
CollectionPropertyConfiguration(
PropertyInfo^ property,
StructuralTypeConfiguration^ declaringType
)
new :
property:PropertyInfo *
declaringType:StructuralTypeConfiguration -> CollectionPropertyConfiguration
Public Sub New (
property As PropertyInfo,
declaringType As StructuralTypeConfiguration
)
See Also
CollectionPropertyConfiguration Class
System.Web.OData.Builder Namespace
Return to top