Page 1 of 1

Using BulkInsert

Posted: Sun 20 Jul 2014 15:03
by meysam.savameri
Hi
Is possible using EntityFramework.BulkInsert-ef4 with devart entity?
sorry for my bad english
thanks in advanced

Re: Using BulkInsert

Posted: Mon 21 Jul 2014 14:45
by Shalex
The Batch Updates feature of Entity Framework support in dotConnect for Oracle is described at http://blog.devart.com/new-features-of- ... html#Batch.

You can also create your own implementation of EntityFramework.BulkInsert like it is described at https://efbulkinsert.codeplex.com/discussions/549130. The corresponding loader class in dotConnect for Oracle is OracleLoader.