Kuttan Sujith
Kuttan Sujith

Reputation: 7979

insert a list of object to table

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

Upvotes: 2

Views: 3206

Answers (1)

Evgenii
Evgenii

Reputation: 37339

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

Upvotes: 2

Related Questions