How to write Linq query for below requirement
Hiiii Alli got a requirement that is ,i have two fields one is dropdown and textbox ,
it should display the records based on the entered text in the textbox and dropdown value
if the textbox value null ,dropdown value null then it should display all the records
please suggest me how to write Linq query for the above requirement