Click or drag to resize
SqlDataProviderGetSqlTaskPaged Method
任务分页SQL语句

Namespace: Slickflow.Engine.Provider
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public static string GetSqlTaskPaged(
	string sql
)

Parameters

sql
Type: SystemString
SQL语句

Return Value

Type: String
SQL语句
See Also