SingleNavigationNode.Source Property

Gets the previous node in the path.

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

Syntax

'Declaration
Public ReadOnly Property Source As SingleEntityNode 
    Get
'Usage
Dim instance As SingleNavigationNode 
Dim value As SingleEntityNode 

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

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.SingleEntityNode
The previous node in the path.

See Also

Reference

SingleNavigationNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace