This document discusses LINQ to Relational (L2R) in Visual Studio 2008 SP1. It explains that L2R allows querying and modifying relational databases using LINQ syntax. L2R works with existing ADO.NET providers for SQL Server, Oracle, and other databases. L2R provides commonality for querying and modifying data across different data sources using LINQ, while different providers may take different approaches for modifying data. The key aspects of L2R are translating LINQ queries to SQL, materializing query results as objects, and translating data modifications to the appropriate commands.