SqlDataReader.GetBoolean(Int32) 方法

定义

获取指定列的布尔值形式的值。

public:
 override bool GetBoolean(int i);
public override bool GetBoolean (int i);
override this.GetBoolean : int -> bool
Public Overrides Function GetBoolean (i As Integer) As Boolean

参数

i
Int32

从零开始的列序号。

返回

列的值。

实现

例外

指定的强制转换无效。

注解

不执行任何转换;因此,检索到的数据必须已是布尔值,否则会生成异常。

调用 IsDBNull 以在调用此方法之前检查 null 值。

适用于