EachSegment(IEdmNavigationSource, IEdmType) 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 $each.
public EachSegment (Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.Edm.IEdmType targetEdmType);
new Microsoft.OData.UriParser.EachSegment : Microsoft.OData.Edm.IEdmNavigationSource * Microsoft.OData.Edm.IEdmType -> Microsoft.OData.UriParser.EachSegment
Public Sub New (navigationSource As IEdmNavigationSource, targetEdmType As IEdmType)
Parameters
- navigationSource
- IEdmNavigationSource
The entity collection that this set-based operation applies to.
- targetEdmType
- IEdmType
Target type for the entity being referenced.
Exceptions
Throws if any input parameter is null.
Remarks
$each cannot be applied on singletons.