有没有办法使用 LINQ 进行 MDX 查询?
任何人都知道是否有 LINQ to MDX 的计划。
目前是否存在将 LINQ 与 MDX / CUBES 结合使用的方法
Anyone know if there are plans for LINQ to MDX .
Does any way currently exist to use LINQ with MDX / CUBES
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
答案肯定是否定的。 如果您喝过 Entity Framework koolaid,您会相信,如果您现在开始使用 EF(而不是 linq2sql),您将在未来免费获得 OLAP/BI。
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.
我认为他们必须向 LINQ 添加多个新运算符和方法,然后才能支持 MDX 的重要子集:
I think they'd have to add more than a few new operators and methods to LINQ before they could support even a significant subset of MDX:
是的,现在多亏了 Matt Hallmark 的 金块“PercolatorAnalysisServices”,您可以使用 linq查询从多维数据集获取数据(分析服务),您还可以在代码中执行完整的 mdx 查询,请查看此 教程 以及,非常有帮助
Yes now there is thanks to this nugget "PercolatorAnalysisServices" by Matt Hallmark , you can use linq queries to fetch data from the cube (analytical services ) and you also have the ability to execute a full mdx query incode , check out this tutorial as well , very helpful