ExpandedCountSelectItem Class
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.
This represents one level of expansion for a particular expansion tree.
public sealed class ExpandedCountSelectItem : Microsoft.OData.UriParser.ExpandedReferenceSelectItem
type ExpandedCountSelectItem = class
inherit ExpandedReferenceSelectItem
Public NotInheritable Class ExpandedCountSelectItem
Inherits ExpandedReferenceSelectItem
- Inheritance
Constructors
ExpandedCountSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, SearchClause) |
Create an Expand item using a nav prop, its entity set and a SelectExpandClause |
Properties
ApplyOption |
Gets the apply clause for this expand item. Can be null if not specified(and will always be null in NonOptionMode). (Inherited from ExpandedReferenceSelectItem) |
ComputeOption |
Gets the compute clause for this expand item. Can be null if not specified(and will always be null in NonOptionMode). (Inherited from ExpandedReferenceSelectItem) |
CountOption |
Gets the count clause for this expand item. Can be null if not specified(and will always be null in NonOptionMode). (Inherited from ExpandedReferenceSelectItem) |
FilterOption |
The filter clause for this expand item (Inherited from ExpandedReferenceSelectItem) |
NavigationSource |
Gets the navigation source for this level. (Inherited from ExpandedReferenceSelectItem) |
OrderByOption |
Gets the orderby clause for this expand item. Can be null if not specified(and will always be null in NonOptionMode). (Inherited from ExpandedReferenceSelectItem) |
PathToNavigationProperty |
Gets the Path for this expand level. This path includes zero or more type segments followed by exactly one Navigation Property. (Inherited from ExpandedReferenceSelectItem) |
SearchOption |
Gets the search clause for this expand item. Can be null if not specified(and will always be null in NonOptionMode). (Inherited from ExpandedReferenceSelectItem) |
SkipOption |
Gets the skip clause for this expand item. Can be null if not specified(and will always be null in NonOptionMode). (Inherited from ExpandedReferenceSelectItem) |
TopOption |
Gets the top clause for this expand item. Can be null if not specified(and will always be null in NonOptionMode). (Inherited from ExpandedReferenceSelectItem) |
Methods
HandleWith(SelectItemHandler) |
Handle using a SelectItemHandler. |
TranslateWith<T>(SelectItemTranslator<T>) |
Translate using a SelectItemTranslator<T>. |