DbSqlQuery<TEntity>.IEnumerable.GetEnumerator Method

Definition

Executes the query and returns an enumerator for the elements.

System.Collections.IEnumerator IEnumerable.GetEnumerator ();
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator

Returns

An IEnumerator object that can be used to iterate through the elements.

Implements

Applies to