LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlBatch.ExecuteReader method

Executes all the commands in the batch, returning a MySqlDataReader that can iterate over the result sets. If multiple resultsets are returned, use NextResult to access them.

public MySqlDataReader ExecuteReader(CommandBehavior commandBehavior = CommandBehavior.Default)

See Also