码迷,mamicode.com
首页 > 其他好文 > 详细

EF-Linq中tostring()解决

时间:2017-05-29 18:27:43      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:new   logs   str   class   table   tab   tostring   query   string   

   var query = from q in db.TestTable
                        select new
                        {
                        
                            strText = SqlFunctions.StringConvert(q.MDID) 
                        };

  

EF-Linq中tostring()解决

标签:new   logs   str   class   table   tab   tostring   query   string   

原文地址:http://www.cnblogs.com/Lv2014/p/6918451.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!