LocalView<TEntity>.GetEnumerator Method

Definition

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

C#
public virtual System.Collections.Generic.IEnumerator<TEntity> GetEnumerator ();

Returns

IEnumerator<TEntity>

An enumerator for the collection.

Implements

Applies to

Proizvod Verzije
Entity Framework Core 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0