Click or drag to resize
SqlSearchExecutorExecuteWithDb Method
执行指定数据库的 SQL 搜索,返回显示搜索结果的 Url

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

Parameters

dbName
Type: SystemString
数据库标识名称
sqlExpr
Type: SystemString
SQL 搜索表达式

Return Value

Type: String
See Also