I have a filter implemented with
- PTWContents = await _context.PTWContents.Where(x => x.OrgID == UserDataRole.OrgID && x.PTWStatus.Equals(SearchPTWStatus)).OrderByDescending(x => x.PTWNo).ToListAsync();
But when I try to use the same approach where the search parameter is an integer I got no result. What else should I do?

Amit GuptaPosted Dec 31, 2020, 5:34 PM
Marius VasilePosted Dec 31, 2020, 5:33 PM