SingleEntityFunctionCallNode.Source Property

Gets the semantically bound parent of this function.

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

Syntax

'Declaration
Public ReadOnly Property Source As QueryNode 
    Get
'Usage
Dim instance As SingleEntityFunctionCallNode 
Dim value As QueryNode 

value = instance.Source
public QueryNode Source { get; }
public:
property QueryNode^ Source {
    QueryNode^ get ();
}
member Source : QueryNode
function get Source () : QueryNode

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.QueryNode

See Also

Reference

SingleEntityFunctionCallNode Class

Microsoft.Data.OData.Query Namespace