| AkSearchGetSelectSum Method |
获取 select sum(?) 搜索的结果。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static double[] GetSelectSum(
AkQuery cond,
params string[] propNames
)
Parameters
- cond
- Type: Appkit.DataAkQuery
条件。 - propNames
- Type: SystemString
属性集合。
Return Value
Type:
Double结果。
See Also