| SearchExecutorExecute Method (String, String) |
执行对象搜索并返回显示搜索结果的 Url
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic string Execute(
string objType,
string sqlExpr
)
Parameters
- objType
- Type: SystemString
类型标识 - sqlExpr
- Type: SystemString
SQL 搜索表达式
Return Value
Type:
String返回显示搜索结果的完整 Url 信息
See Also