ADO.NET vNext Future Directions 5
Also see the first, second, third and fourth part of this series of posts on the next generation data access for the .NET platform.
Entity SQL currently does not include support for the Data Manipulation Language (update, delete, insert into functions) and according to Daniel Simmons possibly not even for the first release of the Entity Framework (discussion). Updates to entities must be made through the object services layer by calling SaveChanges on an ObjectContext instance.
The team is currently actively working on support for stored-procedures (discussion).
CommandBehavior.SequentialAccess is here to stay (discussion). You'd want to use Query<T> anyway.
Table with self-references will be supported in future releases (discussion).
Abstract entities will be supported in future releases (discussion).
XML data type will be supported in future releases (discussion).