C# 获取表中最大值

2021-06-30 10:05

阅读:327

标签: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

上一篇:Shortcut keys of win

下一篇:what is API


评论


亲,登录后才可以留言!