Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用SharpRepository。我们如何进行LIKE呼叫或使用正则表达式?
我不是 100% 确定 MongoDb LINQ 驱动程序可以处理哪些 LINQ 语句,但我会先尝试类似的东西
repo.Find(x => x.Name.Contains("jeff"));