ReferenceSegment(IEdmNavigationSource) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Build a segment representing $ref.
public ReferenceSegment (Microsoft.OData.Edm.IEdmNavigationSource navigationSource);
new Microsoft.OData.UriParser.ReferenceSegment : Microsoft.OData.Edm.IEdmNavigationSource -> Microsoft.OData.UriParser.ReferenceSegment
Public Sub New (navigationSource As IEdmNavigationSource)
Parameters
- navigationSource
- IEdmNavigationSource
The navigation source to which this segment references.
Exceptions
Throws if any input parameter is null.