I believe this is how you would do it in VB (I’m a C# developer):
query = query.Where(Function(s) s = "ABC")
See LINQ – Sample Queries for some examples.
I believe this is how you would do it in VB (I’m a C# developer):
query = query.Where(Function(s) s = "ABC")
See LINQ – Sample Queries for some examples.