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