iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

InMemoryDataReader.NextResult Method 

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

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

Return Value

Implements

IDataReader.

See Also

InMemoryDataReader Class | IBatisNet.DataMapper.Commands Namespace