Click or drag to resize
ApplicationEventServiceGetPaging Method
数据表 高效分页函数.

Namespace: X3Platform.Apps.BLL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public IList<ApplicationEventInfo> GetPaging(
	int startIndex,
	int pageSize,
	string whereClause,
	string orderBy,
	out int rowCount
)

Parameters

startIndex
Type: SystemInt32
开始行索引数,由0开始统计.
pageSize
Type: SystemInt32
页面大小.
whereClause
Type: SystemString
WHERE 查询条件.
orderBy
Type: SystemString
ORDER BY 排序条件.
rowCount
Type: SystemInt32

[Missing <param name="rowCount"/> documentation for "M:X3Platform.Apps.BLL.ApplicationEventService.GetPaging(System.Int32,System.Int32,System.String,System.String,System.Int32@)"]

Return Value

Type: IListApplicationEventInfo
返回一个 ApplicationEventInfo 列表实例.

Implements

IApplicationEventServiceGetPaging(Int32, Int32, String, String, Int32)
See Also