EntityDataReader.GetEnumerator Method ()

 

Returns an IEnumerator that can be used to iterate through the rows in the data reader.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

public override IEnumerator GetEnumerator()

Return Value

Type: System.Collections.IEnumerator

An IEnumerator that can be used to iterate through the rows in the data reader.