NextResult Method (SqlShimDataReader)
Advances the data reader to the next result, when reading the results of batch SQL statements.
public override bool NextResult()
'Declaration
Public Overrides Function NextResult() As Boolean
Return Value
true if there are more result sets; otherwise, false.