MySqlBulkCopy.RowsCopied property
Returns the number of rows that were copied (after
WriteToServer(Async)
finishes).
public int RowsCopied { get; }
See Also
- class MySqlBulkCopy
- namespace MySqlConnector
- assembly MySqlConnector
Returns the number of rows that were copied (after
WriteToServer(Async)
finishes).
public int RowsCopied { get; }