Who knows about Xamarin with C# en database? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

21st Mar 2020, 10:47 PM
Abd Allah Abd Alkader
Abd Allah Abd Alkader - avatar
1 Answer
+ 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);
22nd Mar 2020, 5:33 PM
Brian
Brian - avatar