| AkResultSetGetBool Method (Int32, String) |
返回指定行指定列的布尔值。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool GetBool(
int row,
string name
)
Parameters
- row
- Type: SystemInt32
行索引。 - name
- Type: SystemString
Return Value
Type:
Boolean布尔值。
See Also