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