Share via


DataServiceActionQuery<T>.GetEnumerator Method

Definition

Executes the query and returns the results as a collection.

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

Returns

A typed enumerator over the results in which TElement represents the type of the query results.

Applies to