Click or drag to resize
AkResultSetGetDouble Method (Int32, String)
返回指定行指定列的双精度型值。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public double GetDouble(
	int row,
	string name
)

Parameters

row
Type: SystemInt32
行索引。
name
Type: SystemString
列名称。

Return Value

Type: Double
双精度型值。
See Also