| AkResultSetGetInt Method (Int32, Int32) |
返回指定行指定列的整型值。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int GetInt(
int row,
int index
)
Parameters
- row
- Type: SystemInt32
行索引。 - index
- Type: SystemInt32
列索引。
Return Value
Type:
Int32整型值。
See Also