Click or drag to resize
SqlSearchExecutor Class
SQL 搜索执行类
Inheritance Hierarchy
SystemObject
  Appkit.DataSearchExecutorBase
    Appkit.DataSqlSearchExecutor

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class SqlSearchExecutor : SearchExecutorBase

The SqlSearchExecutor type exposes the following members.

Constructors
  NameDescription
Public methodSqlSearchExecutor
Top
Methods
  NameDescription
Public methodExecute(String)
执行 SQL 搜索,返回显示搜索结果的 Url
Public methodExecute(String, String, String, String)
执行 SQL 搜索,返回显示搜索结果的 Url
Public methodExecuteToChart
搜索为图表
Public methodExecuteToTreeTable
搜索为树型表
Public methodExecuteToTreeView
搜索为树型视图
Public methodExecuteToTreeViewTable
搜索为树型视图表
Public methodExecuteWithDb
执行指定数据库的 SQL 搜索,返回显示搜索结果的 Url
Top
See Also