Freigeben über


QueryOperationResponse<T>.GetEnumerator-Methode

Führt den DataServiceQuery<TElement> aus und ruft QueryOperationResponse<T>-Elemente ab.

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>

Rückgabewert

Typ: System.Collections.Generic.IEnumerator<T>
Die Nummerierung zu einer Auflistung von QueryOperationResponse<T>-Elementen.

Implementiert

IEnumerable<T>.GetEnumerator()

Siehe auch

Verweis

QueryOperationResponse<T> Klasse

System.Data.Services.Client-Namespace