Question: I'm bulk-inserting data from XML using nHibernate (fluent)...I read the XML file into a datatable, then create a List from it.
Afterwards, I run BulkInsert on that list....Like this:... // http://stackoverflow.com/questions/982295/saving-1000...