Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the IEdmNavigationSource to which this instance belongs.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmNavigationSource NavigationSource { get; set; }
public:
property IEdmNavigationSource^ NavigationSource {
IEdmNavigationSource^ get();
void set(IEdmNavigationSource^ value);
}
member NavigationSource : IEdmNavigationSource with get, set
Public Property NavigationSource As IEdmNavigationSource
Property Value
Type: Microsoft.OData.Edm.IEdmNavigationSource
See Also
EntityInstanceContext Class
System.Web.OData Namespace
Return to top