ApplyClause(IList<TransformationNode>) 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 ApplyClause.
public ApplyClause (System.Collections.Generic.IList<Microsoft.OData.UriParser.Aggregation.TransformationNode> transformations);
new Microsoft.OData.UriParser.Aggregation.ApplyClause : System.Collections.Generic.IList<Microsoft.OData.UriParser.Aggregation.TransformationNode> -> Microsoft.OData.UriParser.Aggregation.ApplyClause
Public Sub New (transformations As IList(Of TransformationNode))
Parameters
- transformations
- IList<TransformationNode>
The TransformationNodes.