OdbcDataReader.GetBoolean(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定列的布尔值形式的值。
public:
override bool GetBoolean(int i);
public:
virtual bool GetBoolean(int i);
public override bool GetBoolean (int i);
public bool GetBoolean (int i);
override this.GetBoolean : int -> bool
abstract member GetBoolean : int -> bool
override this.GetBoolean : int -> bool
Public Overrides Function GetBoolean (i As Integer) As Boolean
Public Function GetBoolean (i As Integer) As Boolean
参数
- i
- Int32
从零开始的列序号。
返回
一个表示列值的布尔值。
实现
例外
指定的强制转换无效。
注解
转换基于 ODBC 驱动程序的基础功能执行。 如果转换不受支持,则方法调用将失败。
调用 IsDBNull 以在调用此方法之前查找 null 值。