How do I Connect Web Api to UWP to get connected to Database. my database is in SQL Server so I want to connect Sql Server database by using Web APi and I already have website the contains my database. IF I am using Web Api to COnnect UWP so I could program every relation or any time of sql query eg. Inner join ,etc. and I can perform any operation (CRUD). So please help me how can I do this ?????
UWP(Windows 10 and Windows 10 Mobile)
Database :Sql Server
C#