1

I have a variety of search operations, if there was a way to pass Lambda Expressions as parameter

[OperationContract]
ICollection<Person> GetPeoplePage(Expression<Func<T, bool>> filter);
John Saunders
  • 160,644
  • 26
  • 247
  • 397
Hicham
  • 129
  • 2
  • 12

0 Answers0