質問するログイン新規登録

回答編集履歴

1

コード修正

2019/03/28 05:02

投稿

x_x
x_x

スコア13749

answer CHANGED
@@ -6,7 +6,7 @@
6
6
  {
7
7
  a.EntryId,
8
8
  a.SelectionId,
9
- InterviewedCount = a.t_interviewer != null ? a.t_interviewer.Count() : null,
9
+ InterviewedCount = a.t_interviewer != null ? (int?)a.t_interviewer.Count() : null,
10
10
  })
11
11
  .ToArray();
12
12
  ```