DataServiceQuery<TElement>.GetEnumerator Method

Definition

Executes the query and returns the results as a collection.

public virtual System.Collections.Generic.IEnumerator<TElement> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Element>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Element>
Public Overridable Function GetEnumerator () As IEnumerator(Of TElement)

Returns

IEnumerator<TElement>

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

Implements

Applies to