| SqlSearchExecutorExecuteWithDb Method |
执行指定数据库的 SQL 搜索,返回显示搜索结果的 Url
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic string ExecuteWithDb(
string dbName,
string sqlExpr
)
Parameters
- dbName
- Type: SystemString
数据库标识名称 - sqlExpr
- Type: SystemString
SQL 搜索表达式
Return Value
Type:
String
See Also