摘要: 分页查询如下 var ctx = fsql.CreateDbContext();var students = ctx.Set<Student>() .Where(t => t.Grade == 1) .OrderBy(t => t.Name) .Page(query.page, query.rows 阅读全文
posted @ 2024-07-26 16:52 UTA_RED 阅读(61) 评论(0) 推荐(0)