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呼び出しを実行したり、正規表現を使用したりできますか?
MongoDb LINQ ドライバーが処理できる LINQ ステートメントを 100% 確信しているわけではありませんが、次のようなことを試すことから始めます。
repo.Find(x => x.Name.Contains("jeff"));