1
Answer

Can we Pass LINQ where statement as a parameter to function?

Photo of ravi verma

ravi verma

8y
658
1
I am working on a application where we are using generic functions, I want to pass LINQ where statement as a parameter to make function generic and common.

Answers (1)