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
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