We are using SharpRepository. How can we do a LIKE call or use regex?
Asked
Active
Viewed 44 times
1 Answers
1
I'm not 100% sure what LINQ statements the MongoDb LINQ driver can handle, but I would start by trying something like
repo.Find(x => x.Name.Contains("jeff"));

Jeff Treuting
- 13,910
- 8
- 36
- 47