QueryOperationResponse<T>.GetEnumerator Méthode

Définition

Exécute DataServiceQuery<TElement> et obtient des éléments QueryOperationResponse<T>.

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

Retours

Énumérateur d'une collection d'éléments QueryOperationResponse<T>.

Implémente

S’applique à