How do you take a SQlite result and insert it into Model Values so they can be reused?
How do you take a SQlite result and insert it into Model Values so they can be reused? Problem Description: Details in the title, code is below. How do I populate the model values from the SQlite response? //Current line returns the below response var test2 = await Database.QueryAsync<User>("SELECT * FROM User"); Return result Model … Read more