SqlDataRecord.GetValue(Int32) 方法

定义

为顺序自变量所指定的列,返回公共语言运行时 (CLR) 类型值。

public:
 virtual System::Object ^ GetValue(int ordinal);
public virtual object GetValue (int ordinal);
abstract member GetValue : int -> obj
override this.GetValue : int -> obj
Public Overridable Function GetValue (ordinal As Integer) As Object

参数

ordinal
Int32

从零开始的列序号。

返回

顺序指定的列的 CLR 类型值。

实现

例外

ordinal 小于 0 或大于列数(即 FieldCount)。

类型不匹配。

注解

对于值为 null 的列, Value 返回 。

适用于