Share via


StructuralTypeConfiguration<TStructuralType>.HasDynamicProperties Method (Expression<Func<TStructuralType, IDictionary<String, Object>>>)

 

Adds a dynamic property dictionary property.

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

Syntax

public void HasDynamicProperties(
    Expression<Func<TStructuralType, IDictionary<string, object>>> propertyExpression
)
public:
void HasDynamicProperties(
    Expression<Func<TStructuralType, IDictionary<String^, Object^>^>^>^ propertyExpression
)
member HasDynamicProperties : 
        propertyExpression:Expression<Func<'TStructuralType, IDictionary<string, Object>>> -> unit
Public Sub HasDynamicProperties (
    propertyExpression As Expression(Of Func(Of TStructuralType, IDictionary(Of String, Object)))
)

Parameters

See Also

StructuralTypeConfiguration<TStructuralType> Class
System.Web.OData.Builder Namespace

Return to top