ProgramId
URLによって渡されたパラメーターと等しい場合にのみ実行する必要があるLinqtoEntitesクエリがあります。
var PatientFollowUpResult = surveyResponseRepository.Query.Count(r => r.PatientFollowUp);
たとえば、すべてをカウントするにはどうすればよいr.PatientFollowUp
ですr.ProgramId = 1
か?
ProgramId
URLによって渡されたパラメーターと等しい場合にのみ実行する必要があるLinqtoEntitesクエリがあります。
var PatientFollowUpResult = surveyResponseRepository.Query.Count(r => r.PatientFollowUp);
たとえば、すべてをカウントするにはどうすればよいr.PatientFollowUp
ですr.ProgramId = 1
か?