MySQL Connector/Net
MySqlDataReaderNextResult Method |
Advances the data reader to the next result, when reading the results of batch SQL statements.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public override bool NextResult()
Public Overrides Function NextResult As Boolean
public: virtual bool NextResult() override
abstract NextResult : unit -> bool override NextResult : unit -> bool
Return Value
Type: BooleanImplements
IDataReaderNextResultIDataReaderNextResult
