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