How to apply mulitple criteria in lambda expression in c# along with greater then criteria
问题 I am Continuing my question Previous Question . In my last question @p.s.w.g gives exact solution as i want . Now another situation comes into my mind that suppose we need to search greater then 4 in a condition then what will we do . Detail In my last question i said the criteria will goes up to 1-4 , Suppose we include more criteria and give user a option to select 4+ and we will return all data where Bedroom is greater then four . What we will do in this case . Suppose i got this in my