This commit is contained in:
@@ -201,6 +201,8 @@ namespace AyaNova.Biz
|
|||||||
//BUILD ORDER BY AND APPEND IT
|
//BUILD ORDER BY AND APPEND IT
|
||||||
//TODO: Code a separate order by builder block
|
//TODO: Code a separate order by builder block
|
||||||
|
|
||||||
|
#pragma warning disable EF1000
|
||||||
|
|
||||||
var items = await ct.Widget
|
var items = await ct.Widget
|
||||||
.AsNoTracking()
|
.AsNoTracking()
|
||||||
.FromSql(q)
|
.FromSql(q)
|
||||||
@@ -214,6 +216,7 @@ namespace AyaNova.Biz
|
|||||||
.AsNoTracking()
|
.AsNoTracking()
|
||||||
.FromSql(q)
|
.FromSql(q)
|
||||||
.CountAsync();
|
.CountAsync();
|
||||||
|
#pragma warning restore EF1000
|
||||||
|
|
||||||
var pageLinks = new PaginationLinkBuilder(Url, routeName, null, pagingOptions, totalRecordCount).PagingLinksObject();
|
var pageLinks = new PaginationLinkBuilder(Url, routeName, null, pagingOptions, totalRecordCount).PagingLinksObject();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user