다음을 통해 공유


ApplyClause(IList<TransformationNode>) 생성자

정의

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))

매개 변수

transformations
IList<TransformationNode>

TransformationNode입니다.

적용 대상