OleDbDataReader.GetInt64(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以 64 位有符号整数的形式获取指定列的值。
public:
override long GetInt64(int ordinal);
public:
virtual long GetInt64(int ordinal);
public override long GetInt64 (int ordinal);
public long GetInt64 (int ordinal);
override this.GetInt64 : int -> int64
abstract member GetInt64 : int -> int64
override this.GetInt64 : int -> int64
Public Overrides Function GetInt64 (ordinal As Integer) As Long
Public Function GetInt64 (ordinal As Integer) As Long
参数
- ordinal
- Int32
从零开始的列序号。
返回
指定列的值。
实现
例外
指定的强制转换无效。
注解
不执行任何转换;因此,检索的数据必须已是 64 位带符号整数。
调用 IsDBNull 以在调用此方法之前查找 null 值。