Click or drag to resize
AkPageSearch Method (String, String, String, ListString, ListString)
执行搜索并返回用于列表控件的数据。

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public 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