The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EntityDataReader::GetEnumerator Method ()
.NET Framework (current version)
Returns an IEnumerator that can be used to iterate through the rows in the data reader.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Return Value
Type: System.Collections::IEnumerator^An IEnumerator that can be used to iterate through the rows in the data reader.
Implements
IEnumerable::GetEnumerator()
.NET Framework
Available since 3.5
Available since 3.5
Show: