Is there an easy way to turn an ObjectContext into a DataRow?

Posted by esac on Stack Overflow See other posts from Stack Overflow or by esac
Published on 2010-06-11T20:28:47Z Indexed on 2010/06/11 20:32 UTC
Read the original article Hit count: 223

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql