Class PagedResult
PagedResult
Inherited Members
Namespace: System.Linq.Dynamic.Core
Assembly: System.Linq.Dynamic.Core.dll
Syntax
public class PagedResult
Properties
| Improve this Doc View SourceCurrentPage
Gets or sets the current page.
Declaration
public int CurrentPage { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | The current page. |
PageCount
Gets or sets the page count.
Declaration
public int PageCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | The page count. |
PageSize
Gets or sets the size of the page.
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | The size of the page. |
Queryable
Gets or sets the queryable.
Declaration
public IQueryable Queryable { get; set; }
Property Value
| Type | Description |
|---|---|
| IQueryable | The queryable. |
RowCount
Gets or sets the row count.
Declaration
public int RowCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | The row count. |