Can EF4 support batch updates?

Posted by dotnetdev on Stack Overflow See other posts from Stack Overflow or by dotnetdev
Published on 2010-04-27T11:01:29Z Indexed on 2010/04/27 11:03 UTC
Read the original article Hit count: 279

Hi,

Does Entity Framework v4 support batch updates/inserts so rather than sending >1 command to a db, it can send >1 command to the DB in one go?

Thanks

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about entity-framework-4