Is there an easy way to turn an ObjectContext into a DataRow?
- by esac
I am using AOD.Net Entity Model, and am doing a large amount of inserts. I am using SqlBulkCopy to transfer the data. I could create a DataRow, copy the known rows across, but I was wondering if there was an easier/more generic way to do this?