PageCollection<T>.GetAllValues Method

Definition

Get a collection of all the values in the collection requested from the cloud service, rather than the pages of values.

public System.Collections.Generic.IEnumerable<T> GetAllValues ();
member this.GetAllValues : unit -> seq<'T>
Public Iterator Function GetAllValues () As IEnumerable(Of T)

Returns

The values requested from the cloud service.

Applies to