Share via


ExpandTransformationNode Class

Definition

Node representing a expand transformation.

public sealed class ExpandTransformationNode : Microsoft.OData.UriParser.Aggregation.TransformationNode
type ExpandTransformationNode = class
    inherit TransformationNode
Public NotInheritable Class ExpandTransformationNode
Inherits TransformationNode
Inheritance
ExpandTransformationNode

Constructors

ExpandTransformationNode(SelectExpandClause)

Create a ExpandTransformationNode.

Properties

ExpandClause

Gets the SelectExpandClause representing the metadata bound expand expression.

Kind

Gets the kind of the transformation node.

Applies to