ExpressionBinderBase.BindCollectionConstantNode Method

Definition

Binds a CollectionConstantNode to create a LINQ Expression that represents the semantics of the CollectionConstantNode.

public virtual System.Linq.Expressions.Expression BindCollectionConstantNode (Microsoft.OData.UriParser.CollectionConstantNode node);
abstract member BindCollectionConstantNode : Microsoft.OData.UriParser.CollectionConstantNode -> System.Linq.Expressions.Expression
override this.BindCollectionConstantNode : Microsoft.OData.UriParser.CollectionConstantNode -> System.Linq.Expressions.Expression
Public Overridable Function BindCollectionConstantNode (node As CollectionConstantNode) As Expression

Parameters

node
CollectionConstantNode

The node to bind.

Returns

The LINQ Expression created.

Applies to