Definition
/**
* Delete rows from database table based on the provided data.
*
* In order to control the size of the single request, use DataFrame::chunkSize() method just before calling DataFrame::load().
*
* @param array<string, mixed>|Connection $connection
*
* @throws InvalidArgumentException
*/
to_dbal_table_delete(Connection|array $connection, string $table) : DbalLoader