Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.NextResult Method 

Advances to the next result, when reading the results of batch DSQL 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

Remarks

Used to process execution of batch DSQL statements.

By default, the data reader is positioned on the first result.

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace