If you are interested in the Entity Data Model and want to know more about Microsoft's Data Access strategy in Orcas and .NET Framework, then have a look at this great blog post published by our data access team over the weekend.
"LINQ to Entities" will supplement other LINQ extensions like "LINQ to SQL" and has great and useful features including but not limited to: mapping single class to multiple tables, modelling many to many relationships, working with relational stores other than SQL Server and sharing a single model across the Database Engine, Reporting Services, Analysis Services and Integration Services.
"LINQ to Entities" will be part of the ADO.NET Entity Framework, which is an extension to the Orcas version of .NET Framework and will ship after Orcas but in the first half of 2008.