EF 4.1 を使用していて、これを試すとエラーが発生します。
db.Golfers.Where("it.Name.StartsWith('tiger')")
エラーは次のとおりです。
"'StartsWith' is not a member of type 'Edm.String' in the currently loaded schemas. Near simple identifier, line 6, column 9." string
何ダ?? 問題は、入力として文字列があることです。どうすればラムダ式に変換できますか?