Gets the IEdmNavigationSource that contains the element.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmNavigationSource NavigationSource {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IEdmNavigationSource^ NavigationSource {
    [CompilerGeneratedAttribute]
    IEdmNavigationSource^ get();
    [CompilerGeneratedAttribute]
    private: void set(IEdmNavigationSource^ value);
}
member NavigationSource : IEdmNavigationSource with get, private set
Public Property NavigationSource As IEdmNavigationSource
    Get
    Private Set
End Property
Property Value
Type: Microsoft.OData.Edm.IEdmNavigationSource
See Also
ODataQueryContext Class
System.Web.OData Namespace
Return to top