EntityDataReader.NextResult Method ()

 

Advances the reader to the next result when reading the results of a batch of statements.

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

public override bool NextResult()

Return Value

Type: System.Boolean

true if there are more result sets; otherwise, false.