问题
I want to Convert Expression Tree to String and Visa versa for using in WCF client and server query expression
convert expression tree to string for send to server and convert string to expression tree in server so need this converter
seems System.Linq.Dynamic is good library for this purpose so if yes please show me an example for this converting if no please any one show me a way for solve this problem
i dont know how System.Linq.Dynamic works for this goal (example please)
******* of course i want to use Serialize.Linq to convert Expression tree to serializable object but this library does not work for me because of this problem
来源:https://stackoverflow.com/questions/23436811/convert-expression-tree-to-string-and-vice-versa-for-wcf