Share via


ExpandTransformationNode(SelectExpandClause) Constructor

Definition

Create a ExpandTransformationNode.

public ExpandTransformationNode (Microsoft.OData.UriParser.SelectExpandClause expandClause);
new Microsoft.OData.UriParser.Aggregation.ExpandTransformationNode : Microsoft.OData.UriParser.SelectExpandClause -> Microsoft.OData.UriParser.Aggregation.ExpandTransformationNode
Public Sub New (expandClause As SelectExpandClause)

Parameters

expandClause
SelectExpandClause

A SelectExpandClause representing the metadata bound expand expression.

Applies to