I think you can use the "query" method to execute a select
alternative to linq to query in SQlite c# (lambda compile error)
ozkaro
66
Reputation points
Hi there i need to compare each character in a string data from database and vice versa in any order but i have this error "cannot compile: lambda"
var query = dbcon.Table<userDatabase>().Where(x => x.components.All(j => j.Equals(name.ToCharArray()))).ToListAsync();
I remember use the "using statements" to connect to the databases and foreach to access to the data but in this version of sqlite I don't know how use it and i can't find info about it