码迷,mamicode.com
首页 > Windows程序 > 详细

C# 获取表中最大值

时间:2018-11-19 11:16:05      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:efault   col   dma   style   where   HERE   ict   int   end   

         int startmaxid = 0;
            if (db.LPicture.Any())
            {
               // LPicture Newmode = db.LPicture.Where(n => ).FirstOrDefault();

                startmaxid = db.LPicture.Max(q => q.LPictureid);
                int endmaxid = db.LPicture.Select(s => s.LPictureid).Max();
            }

 

C# 获取表中最大值

标签:efault   col   dma   style   where   HERE   ict   int   end   

原文地址:https://www.cnblogs.com/enych/p/9981469.html

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