QueryOperationResponse<T>.GetEnumerator 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.
Executes the DataServiceQuery<TElement> and gets QueryOperationResponse<T> items.
public System.Collections.Generic.IEnumerator<T> GetEnumerator ();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T>
Public Function GetEnumerator () As IEnumerator(Of T)
Returns
IEnumerator<T>
An enumerator to a collection of QueryOperationResponse<T> items.
Implements
Remarks
In the case of Collection(primitive) or Collection(complex), the entire collection is materialized when this is called.