QueryOperationResponse<T>.GetEnumerator Method

Executes the DataServiceQuery<TElement> and gets QueryOperationResponse<T> items.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of T)
'Usage
Dim instance As QueryOperationResponse 
Dim returnValue As IEnumerator(Of T)

returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T> 
override GetEnumerator : unit -> IEnumerator<'T> 
public final function GetEnumerator() : IEnumerator<T>

Return Value

Type: System.Collections.Generic.IEnumerator<T>
An enumerator to a collection of QueryOperationResponse<T> items.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

QueryOperationResponse<T> Class

System.Data.Services.Client Namespace