Share via


EntityCollection<TEntity>.IEnumerable.GetEnumerator Method

Definition

Returns an enumerator that is used to iterate through the set of values cached by EntityCollection<TEntity> .

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

Returns

An IEnumerator that iterates through the set of values cached by EntityCollection<TEntity> .

Implements

Applies to