PageResult<T> Class
Represents a feed of entities that includes additional information that OData formats support.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() | PageResult<T>(IEnumerable<T>^, Uri^, Nullable<Int64>) | Creates a partial set of results - used when server driven paging is enabled. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the total count of items in the feed.(Inherited from PageResult.) |
![]() | Items | Gets the collection of entities for this feed. |
![]() | NextPageLink | Gets the link for the next page of items in the feed.(Inherited from PageResult.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that iterates through a collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Returns an enumerator that iterates through a collection. |
Currently limited to:
[list type="bullet"] [item] [description]The Count of all matching entities on the server (requested using $inlinecount=allpages).[/description] [/item] [item] [description]The NextLink to retrieve the next page of results (added if the server enforces Server Driven Paging).[/description] [/item] [/list]
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




