Click or drag to resize
SqlSearchExecutorExecute Method (String, String, String, String)
执行 SQL 搜索,返回显示搜索结果的 Url

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public string Execute(
	string dbName,
	string id,
	string sqlExpr,
	string displays
)

Parameters

dbName
Type: SystemString
id
Type: SystemString
sqlExpr
Type: SystemString
displays
Type: SystemString

Return Value

Type: String
See Also