+ 5
For windows phone connection it will be done via System.Data.SqlClient assembly. Check this MSDN library link:
https://msdn.microsoft.com/en-US/library/system.data.sqlclient
Â
For Android and iOS, web services and nugets provide the solution.
https://www.nuget.org/packages/System.Data.SqlClient/
Â
Hope this helps.