How can I do a $regex call with SharpRepository?

47 Views Asked by At
1

There are 1 best solutions below

0
Jeff Treuting On

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"));