Click or drag to resize
ExecutetacheListNew Method (String)
根据表达式构造执行环节集合并加载。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static ExecutetacheList New(
	string sqlExpr
)

Parameters

sqlExpr
Type: SystemString
查询表达式, 一般为条件部分。

Return Value

Type: ExecutetacheList
执行环节集合。
See Also