InlineCountQueryOption Class
Represents the value of the $inlinecount query option and exposes a way to retrieve the number of entities that satisfy a query.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() | InlineCountQueryOption(String^, ODataQueryContext^) | Initializes a new instance of the InlineCountQueryOption class. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets the given ODataQueryContext. |
![]() | RawValue | Gets the raw $inlinecount value. |
![]() | Value | Gets the value of the $inlinecount in a parsed form. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEntityCount(IQueryable^) | Gets the number of entities that satify the given query if the response should include an inline count, or null otherwise. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


