Using BulkInsert

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
meysam.savameri
Posts: 6
Joined: Sat 22 Sep 2012 12:45

Using BulkInsert

Post by meysam.savameri » Sun 20 Jul 2014 15:03

Hi
Is possible using EntityFramework.BulkInsert-ef4 with devart entity?
sorry for my bad english
thanks in advanced

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Using BulkInsert

Post by Shalex » Mon 21 Jul 2014 14:45

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.

Post Reply