San

San

  • NA
  • 804
  • 324.2k

LIKE In LINQ Search the Name Core Web API

Apr 3 2019 7:46 AM
var Account = from s in _context.Account
where s.AccountName == name
select s;
 
How to use like above LINQ query? 

Answers (3)