(from a in GetCtx().Application
where identifiers.Contains(a.os + ":" + a.osIdentifier)
select a.id).ToList();
それは私に NotSupportedException を与えています:
LINQ to Entities はメソッド 'System.String Format(System.String, System.Object, System.Object)' メソッドを認識せず、このメソッドをストア式に変換できません。
どうすればこれを解決できるか教えてもらえますか?