0
Who knows about Xamarin with C# en database?
I have a list if i choose an item this item refers to anther list where the id from the selected item
1 Réponse
+ 1
I have no Xamarin experience yet, but based on available examples, I believe the main query might resemble this:
db.Query("SELECT * FROM List2 WHERE List2.ItemID = ?", myList1ItemID);