I am using azure mobile service which has a sql database. I would like to get a connection between my windows phone app and azure mobile service sql database. How can I achieve it?
In TodoItem example, there is no any table information that data will be taken.
P.S. : Googled a lot but nothing satisfied even azure documentation. TodoItem example does not show some details. For example my database table name is Scores
where code line should I edit in TodoItem example?
You can download TodoItem example here.
Client.GetTable
I think. – hschne