EntityDataReader.Read Method ()

 

Advances the reader to the next record in a result set.

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

public override bool Read()

Return Value

Type: System.Boolean

true if there are more rows; otherwise, false.