0

I have the next method:

public List<CustomType> GetRecords(Func<CustomType, AnotherType> members).

This method is called by different client applications.

It is possible extract the Bindings in members.Body?

It is possible change or remove the Bindings in members.Body?

How to?

Thanks!

JaimeCamargo
  • 353
  • 1
  • 3
  • 14
  • 1
    What exactly do you mean with "binding"? Give an example please. – ViRuSTriNiTy Jun 20 '16 at 18:15
  • @ViRuSTriNiTy, the client application creates a lambda expression using the next sentence: var xInit = Expression.MemberInit(type, bindings). I need to check the internal bindings for the expression – JaimeCamargo Jun 20 '16 at 18:35
  • @ViRuSTriNiTy check the next URL http://stackoverflow.com/questions/16516971/linq-dynamic-select – JaimeCamargo Jun 20 '16 at 18:38

0 Answers0