2

context.AddObject("User",myuserobjetc) This add a user to the User table. how can i insert a list of users to user table(with out looping)?

entity-framework-4

Kuttan Sujith
  • 7,889
  • 18
  • 64
  • 95

1 Answers1

2

I'm afraid you can not do bulk insert with EF4. Here is another topic about that.

Community
  • 1
  • 1
Evgenii
  • 36,389
  • 27
  • 134
  • 170