DataServiceQuery<TElement>.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the query and returns the results as a collection.
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)
Returns
IEnumerator<TElement>
A typed enumerator over the results in which TEntity
represents the type of the query results.
Implements
Remarks
When the GetEnumerator method is called, the DataServiceQuery<TElement> is executed against the service.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.