Share via


QueryOperationResponse<T>.GetEnumerator Method

Definition

public System.Collections.Generic.IEnumerator<T> GetEnumerator ();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T>
Public Function GetEnumerator () As IEnumerator(Of T)

Returns

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.

Applies to