serialization - Save Entity Framework Linq Query to database -


I was wondering if we could convert a Linq query on the unit framework and convert the query to database Can save the expression tree and serializing what someone can help me on it and tell me in the right direction that it can be done or not. Any help is highly appreciated on this.

Thank you, Ajay.

I have issued a library yesterday for the same purpose. . It serializes linq expressions for XML, JSON or Binary.

  System Linak Serialize using Linux Express.Links; Expressions; Expression & lt; Func & lt; Person, bull & gt; & Gt; Query = P = & gt; P. Listen == "Miller" & amp; Amp; P.firstName.StartsWith ("M"); Console.WriteLine (query.ToJson ()); Console.WriteLine (query.ToXml ());    

Comments