SingleValueFunctionCallNode.Arguments Property

Gets the list of arguments to this function call.

Namespace:  Microsoft.Data.OData.Query
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public ReadOnly Property Arguments As IEnumerable(Of QueryNode)
    Get
'Usage
Dim instance As SingleValueFunctionCallNode 
Dim value As IEnumerable(Of QueryNode)

value = instance.Arguments
public IEnumerable<QueryNode> Arguments { get; }
public:
property IEnumerable<QueryNode^>^ Arguments {
    IEnumerable<QueryNode^>^ get ();
}
member Arguments : IEnumerable<QueryNode>
function get Arguments () : IEnumerable<QueryNode>

Property Value

Type: System.Collections.Generic.IEnumerable<QueryNode>
The list of arguments to this function call.

See Also

Reference

SingleValueFunctionCallNode Class

Microsoft.Data.OData.Query Namespace