问题描述
我正在构建一个Xamarin.Android应用程序的后端。 我真的很期待使用Azure移动应用程序的离线移动同步功能。 我使用EF6从数据库构建EDMX文件。 它有一个上下文文件和我所有的POCO。
但是,当我去添加Azure移动应用程序表控制器时,它不会在EDMX文件中看到上下文文件。 我有什么理由不能使用EF6使用EDMX文件搭建表控制器吗?
I am building a backend for a Xamarin.Android app. I am really looking forward to using the Offline Mobile Sync feature of Azure Mobile Apps. I used EF6 to build an EDMX file from the database. It has a context file and all my POCO's. However, when I go to add an Azure Mobile Apps Table controller, it doesn't see the context file in the EDMX file. Is there any reason why I can't scaffold a Table Controller with an EDMX file using EF6?
推荐答案
我们正在对此进行调查,并会对您进行更新。
We are investigating the same and would update you.
这篇关于无法从EF6 EDMX构建Azure移动应用程序表控制器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!