As far as I know EF doesn't handle disconnected maps or POCOs terribly well in the current version. It is, however, a big feature in the upcoming one. As I understand it, they're doing a lot of work ...
Entity Framework is an open source, object-relational mapper (ORM) that simplifies data access in your application. It enables you to write code to perform CRUD (create, read, update, and delete) ...