Share via


SingleValueFunctionCallNode.Parameters Property

Definition

Gets the list of arguments to this function call.

public System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.QueryNode> Parameters { get; }
member this.Parameters : seq<Microsoft.OData.UriParser.QueryNode>
Public ReadOnly Property Parameters As IEnumerable(Of QueryNode)

Property Value

Applies to