Class PagedResult
PagedResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.Int32 | The current page. |
PageCount
Gets or sets the page count.
Declaration
public int PageCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The page count. |
PageSize
Gets or sets the size of the page.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The size of the page. |
Queryable
Gets or sets the queryable.
Declaration
public IQueryable Queryable { get; set; }
Property Value
Type | Description |
---|---|
System.Linq.IQueryable | The queryable. |
RowCount
Gets or sets the row count.
Declaration
public int RowCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The row count. |