Delegate ReadLoopWhileAction
Called per row while reading a query response. Can return true to break from the loop.
public delegate bool ReadLoopWhileAction(MySqlDataReader reader)
Parameters
readerMySqlDataReader- Called per row while reading a query response. Can return true to break from the loop.
Returns
- bool
- Called per row while reading a query response. Can return true to break from the loop.