Compartir a través de


ApplyClause(IList<TransformationNode>) Constructor

Definición

Cree una Clase 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))

Parámetros

transformations
IList<TransformationNode>

Las instancias de TransformationNode.

Se aplica a