Reputation: 7979
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
Reputation: 37339
I'm afraid you can not do bulk insert with EF4. Here is another topic about that.