SingletonSegment(IEdmSingleton) 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 an singleton
public SingletonSegment (Microsoft.OData.Edm.IEdmSingleton singleton);
new Microsoft.OData.UriParser.SingletonSegment : Microsoft.OData.Edm.IEdmSingleton -> Microsoft.OData.UriParser.SingletonSegment
Public Sub New (singleton As IEdmSingleton)
Parameters
- singleton
- IEdmSingleton
The singleton represented by this segment.
Exceptions
Throws if the input singleton is null.