2
VB.NETでこのような式を変換するにはどうすればよいですか?私は踏んだ!C#Linq to VB.NET(From In Where ...クエリスタイルではない)
bool exists=repo.Exists<Post>(x=>x.Title=="My Title");
これは、ここでは亜音速のドキュメントからです:事前にhttp://subsonicproject.com/docs/Using_SimpleRepository
ありがとう!