LINQ query using .All() returns fewer than expected results
I have written a LINQ query where I am searching an SQL database with a number of strings. For demonstration purposes, I’ll hard-code the search strings as ["term1", "term2"]
:
I have written a LINQ query where I am searching an SQL database with a number of strings. For demonstration purposes, I’ll hard-code the search strings as ["term1", "term2"]
: