Click or drag to resize
AkResultSetGetDoubles Method (Int32)
获取所有行指定列值的数值集合。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public List<double> GetDoubles(
	int index
)

Parameters

index
Type: SystemInt32
列索引。

Return Value

Type: ListDouble
数值集合。
See Also