I'm working on an application that allows the user to locate records from a database based on a specific range. The user is allowed to enter a minimum and maximum and the query selects the rows in which the result is greater or equal to the min and less than or equal to the max. How can i use LINQ to create this search query?
↧