TestEventId が int 配列に存在するすべてのレコードを見つける必要があります。それを行う良い方法は何ですか?基本的に私は探しています:
int[] testevents = McTestEventService.ReadTestEventsforTestCenter(testcenterid);
var testcentercandidates =
context.McTestCandidateRegistration.Where(m =>m.McTestEventId is in(testevents[]) ).ToList();
提案?回避策を見つけることができますが、適切な解決策があるかどうかを尋ねることができると思います。