Skip to content

Instantly share code, notes, and snippets.

@divega
Last active May 23, 2017 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save divega/e55da2831e6a5448622c36aafc997e62 to your computer and use it in GitHub Desktop.
Save divega/e55da2831e6a5448622c36aafc997e62 to your computer and use it in GitHub Desktop.
Pattern for using Like in LINQ in EF 6.2
var query = db.People.Where(p => DbFunctions.Like(p.Name, "w%"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment