ApplicationPackageLogServiceGetPaging Method |
分页函数
Namespace: X3Platform.Apps.BLLAssembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic IList<ApplicationPackageLogInfo> GetPaging(
int startIndex,
int pageSize,
string whereClause,
string orderBy,
out int rowCount
)
public:
virtual IList<ApplicationPackageLogInfo^>^ GetPaging(
int startIndex,
int pageSize,
String^ whereClause,
String^ orderBy,
[OutAttribute] int% rowCount
) sealed
Parameters
- startIndex
- Type: SystemInt32
开始行索引数,由0开始统计 - pageSize
- Type: SystemInt32
页面大小 - whereClause
- Type: SystemString
WHERE 查询条件 - orderBy
- Type: SystemString
ORDER BY 排序条件 - rowCount
- Type: SystemInt32
行数
Return Value
Type:
IListApplicationPackageLogInfo返回一个列表实例
ApplicationPackageLogInfoImplements
IApplicationPackageLogServiceGetPaging(Int32, Int32, String, String, Int32)
See Also