| AkResultSetAddPropertyOptions Method |
增加属性取值分布选项。
属性取值分布过滤了重复的项。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void AddPropertyOptions(
string dbId,
string tblName,
string propName,
string condition,
HtmlGenericControl ctlTmpl
)
Parameters
- dbId
- Type: SystemString
数据库标识。 - tblName
- Type: SystemString
表名。 - propName
- Type: SystemString
属性名称。 - condition
- Type: SystemString
条件表达式,不含有 where,可以传参null或空字符串。 - ctlTmpl
- Type: System.Web.UI.HtmlControlsHtmlGenericControl
模板控件。
See Also