How can I implement String.Concat(object, object) to L2E framework?

Posted by Eran Betzalel on Stack Overflow See other posts from Stack Overflow or by Eran Betzalel
Published on 2010-06-03T08:56:44Z Indexed on 2010/06/03 9:04 UTC
Read the original article Hit count: 161

Filed under:
|

I have two long type columns that I want to concat during sql query. Using Linq to Entities making it impossible, because it only supports String.Concat(string, string).

I'd like to know how can I implement this function myself and add it to the L2E framework.

© Stack Overflow or respective owner

Related posts about c#

Related posts about linq-to-entities