c# - An Explanation of MySqlBulkLoader -


can tell me mysqlbulkloader for, , how use it?

some examples appreciated, please..

mysqlbulkloader class provided mysql .net connector.

it provides interface mysql similar in concept sqlbulkcopy class / bcp sql server. basically, allows load data mysql in bulk. decent looking example can found @ dragthor.wordpress.com , there's example in mysql documentation.


Comments

Popular posts from this blog

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -