i have table with ten field . i need search query in LINQ that does this searching.
my field is :
FirstName (string) , LastName (string), FatherName (string), NotationId (int), DebtPrice (int), BranchName (string), DebtId (int), MeliCode (string)
my problem is : when user don’t fill field , this field shouldn’t use in query search
thanks.
collection is Legal.View_Dossiers
you can use this code :