How to make EF.Functions.Like case-insensitive?

前端 未结 0 1155
天命终不由人
天命终不由人 2020-12-10 16:12

I\'m using the EF Core 3.1 + MySQL, and using this method for querying:

IQueryable customers = from u in _context.Users where (u.Custom         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题