NextResult() Method

Syntax:

public bool NextResult()

Description:

Advances the reader to the next result set when there are multiple result sets available.

Parameters:

None

Return Value:

Type: System.Boolean

True if there is at least one more result set; otherwise False.

Exceptions:

Exception Condition
InvalidOperationException The RdmDataReader is closed.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbDataReader.NextResult