ExpandedCountSelectItem 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.
Create an Expand item using a nav prop, its entity set and a SelectExpandClause
public ExpandedCountSelectItem (Microsoft.OData.UriParser.ODataExpandPath pathToNavigationProperty, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.UriParser.FilterClause filterOption, Microsoft.OData.UriParser.SearchClause searchOption);
new Microsoft.OData.UriParser.ExpandedCountSelectItem : Microsoft.OData.UriParser.ODataExpandPath * Microsoft.OData.Edm.IEdmNavigationSource * Microsoft.OData.UriParser.FilterClause * Microsoft.OData.UriParser.SearchClause -> Microsoft.OData.UriParser.ExpandedCountSelectItem
Public Sub New (pathToNavigationProperty As ODataExpandPath, navigationSource As IEdmNavigationSource, filterOption As FilterClause, searchOption As SearchClause)
Parameters
- pathToNavigationProperty
- ODataExpandPath
the path to the navigation property for this expand item, including any type segments
- navigationSource
- IEdmNavigationSource
the navigation source for this ExpandItem
- filterOption
- FilterClause
A filter clause for this expand (can be null)
- searchOption
- SearchClause
A search clause for this expand (can be null)
Exceptions
Throws if input pathToNavigationProperty is null.