DataServiceQuery<TElement>.GetAllPages Method
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.
Get all items by auto iterating all pages, will send the request of first page as default, regardless if it's iterated.
public virtual System.Collections.Generic.IEnumerable<TElement> GetAllPages ();
abstract member GetAllPages : unit -> seq<'Element>
override this.GetAllPages : unit -> seq<'Element>
Public Overridable Function GetAllPages () As IEnumerable(Of TElement)
Returns
IEnumerable<TElement>
The items retrieved