Udostępnij za pośrednictwem


DataServiceQuery<TElement>.GetEnumerator Metoda

Definicja

Wykonuje zapytanie i zwraca wyniki jako kolekcję.

public:
 virtual System::Collections::Generic::IEnumerator<TElement> ^ GetEnumerator();
public 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 Function GetEnumerator () As IEnumerator(Of TElement)

Zwraca

IEnumerator<TElement>

Wpisany moduł wyliczający w wynikach, w którym TEntity reprezentuje typ wyników zapytania.

Implementuje

Uwagi

Po wywołaniu GetEnumeratorDataServiceQuery<TElement> metody metoda jest wykonywana względem usługi.

Dotyczy