EntityCollectionFunctionCallNode.Parameters Property

Gets the list of parameters provided to this function.

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

Syntax

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

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

Property Value

Type: System.Collections.Generic.IEnumerable<QueryNode>

See Also

Reference

EntityCollectionFunctionCallNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace