Created
April 16, 2020 18:54
-
-
Save enisn/12c7d8980f11e7ac856b18ddbe786858 to your computer and use it in GitHub Desktop.
Challenge #1 - Solution 1 - Contains Query Classical
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var query = db.Products.Where(x => x.Name.Contains(filter.Name)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment