PagingHelper Class |
Namespace: X3Platform.Util
The PagingHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() | PagingHelper | 构造函数: 默认 Page Size = 10 |
![]() | PagingHelper(Int32) | 构造函数 |
Name | Description | |
---|---|---|
![]() ![]() | Create(String) | 根据Xml字符串创建对象 |
![]() ![]() | Create(String, String) | 根据Xml字符串创建对象 |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | m_FirstPage |
Name | Description | |
---|---|---|
![]() | CurrentPage | 当前页 |
![]() | FirstPage | 首页 |
![]() | LastPage | 末页 |
![]() | NextPage | 下页 |
![]() | OrderBy | Obsolete. SQL 排序规则 |
![]() | PageCount | 页数统计 |
![]() | PageSize | 每页显示行数 |
![]() | PreviousPage | |
![]() | Query | 数据查询对象 |
![]() | RowCount |
行数统计.
|
![]() | RowIndex | 行索引号 |
![]() | WhereClause | Obsolete. SQL 查询条件 |