| AkResultSetGetDoubles Method (Int32) |
获取所有行指定列值的数值集合。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic List<double> GetDoubles(
int index
)
Parameters
- index
- Type: SystemInt32
列索引。
Return Value
Type:
ListDouble数值集合。
See Also