Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/271.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/shell/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何将我的新Xamarin应用程序连接到现有的azure DB?_C#_Android_Azure_Xamarin_Azure Sql Database - Fatal编程技术网

C# 如何将我的新Xamarin应用程序连接到现有的azure DB?

C# 如何将我的新Xamarin应用程序连接到现有的azure DB?,c#,android,azure,xamarin,azure-sql-database,C#,Android,Azure,Xamarin,Azure Sql Database,我开始用Xamarin开发一个新的跨平台应用程序。 对于其他项目,我的团队成员创建了一个azureDB,其中包含我要为新应用程序查询的某些表。有人能告诉我如何将我的新应用程序连接到AzureDB吗 谢谢 连接到数据库的推荐方法是使用API来管理与数据库的交互。在本文中,您将了解如何构建REST API来访问Azure SQL数据库。您不应该直接从移动应用程序连接到数据库!请看文档。请看一看Azure移动应用程序服务,还有,没有AzureDB这样的东西。你是说Azure SQL数据库吗?

我开始用Xamarin开发一个新的跨平台应用程序。 对于其他项目,我的团队成员创建了一个azureDB,其中包含我要为新应用程序查询的某些表。有人能告诉我如何将我的新应用程序连接到AzureDB吗


谢谢

连接到数据库的推荐方法是使用API来管理与数据库的交互。在本文中,您将了解如何构建REST API来访问Azure SQL数据库。

您不应该直接从移动应用程序连接到数据库!请看文档。请看一看Azure移动应用程序服务,还有,没有AzureDB这样的东西。你是说Azure SQL数据库吗?