Click or drag to resize
AkSearchGetSelectSum Method
获取 select sum(?) 搜索的结果。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static double[] GetSelectSum(
	AkQuery cond,
	params string[] propNames
)

Parameters

cond
Type: Appkit.DataAkQuery
条件。
propNames
Type: SystemString
属性集合。

Return Value

Type: Double
结果。
See Also