We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cce0d commit 46783e3Copy full SHA for 46783e3
docs/content/api/mysql-bulk-copy.md
@@ -17,8 +17,11 @@ for SQL Server.
17
Due to [security features](../troubleshooting/load-data-local-infile/) in MySQL Server, the connection string
18
**must** have `AllowLoadLocalInfile=true` in order to use this class.
19
20
+`MySqlBulkCopy` currently requires that the source data (`DataTable` or `IDataReader`) contain all
21
+the columns of the destination table in the same order.
22
+
23
**Note:** This API is a unique feature of MySqlConnector; you must [switch to MySqlConnector](../../overview/installing/)
-in order to use it. It is supported in version 0.62.0-beta6 and later.
24
+in order to use it. It is supported in version 0.62.0 and later.
25
26
## Example Code
27
0 commit comments