Method BulkInsertAsync(string, DataTable, CancellationToken)
Performs a bulk insert of the supplied
into the specified database table using the most efficient provider-specific mechanism
(e.g. COPY FROM STDIN for PostgreSQL, SqlBulkCopy for SQL Server).
Task BulkInsertAsync(string tableName, DataTable data, CancellationToken ct = default)