ExpandTransformationNode(SelectExpandClause) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.