ExpressionBinderBase.GetDynamicPropertyContainer Method

Definition

Gets property for dynamic properties dictionary.

protected System.Reflection.PropertyInfo GetDynamicPropertyContainer (Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode openNode);
member this.GetDynamicPropertyContainer : Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode -> System.Reflection.PropertyInfo
Protected Function GetDynamicPropertyContainer (openNode As SingleValueOpenPropertyAccessNode) As PropertyInfo

Parameters

Returns

Returns CLR property for dynamic properties container.

Applies to