Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Created August 23, 2018 13:29
Show Gist options
  • Save DmitrySikorsky/8d7baee5cfecc69db54d6582b9af47a6 to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/8d7baee5cfecc69db54d6582b9af47a6 to your computer and use it in GitHub Desktop.
this.dbContext.Cats.Where(c => c.Age >= 3 && c.Age <= 7).OrderBy(c => c.Name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment