Npgsql API Documentation

NpgsqlDataReader.NextResult Method 

[This is preliminary documentation and subject to change.]

Advances the data reader to the next result, when multiple result sets were returned by the PostgreSQL backend.

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

Return Value

True if the reader was advanced, otherwise false.

Implements

IDataReader.NextResult

See Also

NpgsqlDataReader Class | Npgsql Namespace