MySqlBulkLoader.Load method
Loads all data in the source file or stream into the destination table.
public int Load()
Return Value
The number of rows inserted.
See Also
- class MySqlBulkLoader
- namespace MySqlConnector
- assembly MySqlConnector
Loads all data in the source file or stream into the destination table.
public int Load()
The number of rows inserted.