Click or drag to resize
AkResultSetGetBool Method (Int32, String)
返回指定行指定列的布尔值。

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

Parameters

row
Type: SystemInt32
行索引。
name
Type: SystemString

Return Value

Type: Boolean
布尔值。
See Also