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 tabl开发者_如何学编程e(with out looping)?
entity-framework-4
I'm afraid you can not do bulk insert with EF4. Here is another topic about that.
精彩评论