0

I want to append Expression. I tried different solutions (available online) but unable to append. Here is my example.

Expression<Func<Consumer, bool>> e1 = c => c.CROID == CROID;
Expression<Func<Consumer, bool>> e2 = c => c.WorkFlow == WorkFlowIndexStr;

I want to add these two expression. Any help??

Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
Mohsin Shoaib
  • 158
  • 10
  • What do you mean by "append"? What *exactly* should the outcome be? – Heinzi Mar 12 '14 at 07:54
  • I have many attributes to compare with in same function.. but some attributes are in if blocks. If i don't append it i have to write whole scenario in each if block.. – Mohsin Shoaib Mar 12 '14 at 08:04

0 Answers0