Share via


StructuralTypeConfiguration.AddDynamicPropertyDictionary Method (PropertyInfo)

 

Adds the property info of the dynamic properties to this structural type.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public virtual void AddDynamicPropertyDictionary(
    PropertyInfo propertyInfo
)
public:
virtual void AddDynamicPropertyDictionary(
    PropertyInfo^ propertyInfo
)
abstract AddDynamicPropertyDictionary : 
        propertyInfo:PropertyInfo -> unit
override AddDynamicPropertyDictionary : 
        propertyInfo:PropertyInfo -> unit
Public Overridable Sub AddDynamicPropertyDictionary (
    propertyInfo As PropertyInfo
)

Parameters

See Also

StructuralTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top