开发者

insert a list of object to table

开发者 https://www.devze.com 2023-02-28 07:20 出处:网络
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)?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消