Convert Expression Tree to String and vice versa for WCF

Deadly 提交于 2020-01-03 05:33:09

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!