MySqlBulkLoader.Load Method

MySQL Connector/Net

MySqlBulkLoaderLoad Method
Execute the load operation

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public int Load()
Public Function Load As Integer
public:
int Load()
member Load : unit -> int 

Return Value

Type: Int32
The number of rows inserted.
See Also