AnnotationSegment(IEdmTerm) 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 based on an annotation term
public AnnotationSegment (Microsoft.OData.Edm.Vocabularies.IEdmTerm term);
new Microsoft.OData.UriParser.AnnotationSegment : Microsoft.OData.Edm.Vocabularies.IEdmTerm -> Microsoft.OData.UriParser.AnnotationSegment
Public Sub New (term As IEdmTerm)
Parameters
- term
- IEdmTerm
The annotation term that this segment represents.
Exceptions
Throws if the input annotation term is null.