Is there any way to use LINQ for MDX queries?

cubes, database, linq, mdx, sql

Solution

The answer is definately no. If you drink the Entity Framework koolaid, you'll believe that if you start using EF now (instead of linq2sql) you'll get OLAP/BI for free down the road.

Problem

Anyone know if there are plans for LINQ to MDX . Does any way currently exist to use LINQ with MDX / CUBES

Original source