| AkPageSearch Method (String, String, String, ListString, ListString) |
执行搜索并返回用于列表控件的数据。
Namespace: Appkit.Web.UIAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void Search(
string sqlExpr,
string textName,
string valueName,
out List<string> texts,
out List<string> values
)
Parameters
- sqlExpr
- Type: SystemString
- textName
- Type: SystemString
支持属性组合。 - valueName
- Type: SystemString
- texts
- Type: System.Collections.GenericListString
- values
- Type: System.Collections.GenericListString
See Also