Click or drag to resize
AkResultSetGetInt Method (Int32, String)
返回指定行指定列的整型值。

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

Parameters

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

Return Value

Type: Int32
整型值。
See Also