Microsoft has no plans to extend LINQ to SQL outside of SQL Server, and that doesn't make much sense for this. Most of the code in LINQ to SQL is in the implementation of the SQL provider.
Microsoft offers the Entity Framework as the ORM solution for the on-board database, while other ORM solutions also use LINQ providers.
source
share