Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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