LocalView<TEntity>.IEnumerable.GetEnumerator Method

Definition

Returns an IEnumerator<T> for all tracked entities of type TEntity that are not marked as deleted.

System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator

Returns

An enumerator for the collection.

Implements

Applies to