用VS工具编程时,访问保存有二维数据表的数据库,可以使用“ADO.NET Entity Data Model”,这样只需操作相应的类,就能够编辑数据表中的数据。那么对于多维数据集,有没有类似“ADO.NET Entity Data Model”的组件呢?如果没有的话,在VS中用什么方法访问和编辑多维数据集呢?谢谢。
PS:如果能够提供一个示例演示在VS中操作多维数据集,感激不尽。
你好,
据我所知官方似乎并没有提供这样的组件,不过你可以参考一下这个帖子
http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/d9b07a3a-7b10-406c-b5b2-65034ab2f423
SSAS Entity Framework Provider (tm) 提供了一些LINQ支持
http://visualstudiogallery.msdn.microsoft.com/8084e5a1-f4e0-4986-917c-04c0a03bcafd
Chester Hong MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.