Hi, I have created a Xamarin.Forms app on Visual Studio that connects to an Azure SQL Database via an Azure Mobile App. So far everything is working really well, however I have not been able to perform an inner join query on two or more tables.
I have created one such query in a View on the Database, and it's working fine, but my problem is that I do not know how to connect to this View from the Xamarin.Forms app.
I would really appreciate any help :-)