1
Answer

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

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)