EntityDataReader::Read Method ()
.NET Framework (current version)
Advances the reader to the next record in a result set.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Implements
IDataReader::Read()The default position of a data reader is before the first record. Therefore, you must call Read to begin accessing data.
.NET Framework
Available since 3.5
Available since 3.5
EntityDataReader Class
System.Data.EntityClient Namespace
Working with EntityClient
Show: