Advanced.Data.Provider Documentation

AdpDataReader.NextResult Method 

[This is preliminary documentation and subject to change.]

Advances the data reader to the next result, when reading the results of batch Transact-SQL statements.

[Visual Basic]
NotOverridable Public Function NextResult() As Boolean Implements _
   IDataReader.NextResult
[C#]
public bool NextResult();

Return Value

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

Implements

IDataReader.NextResult

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace