MySQL Connector/Net
MySqlBulkLoaderLoad Method |
Execute the load operation
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public int Load()
Public Function Load As Integer
public: int Load()
member Load : unit -> int
Return Value
Type: Int32The number of rows inserted.
