EntityDataReader.GetValue(Int32) 方法

定义

Object 实例的形式获取指定列的值。

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

参数

ordinal
Int32

从零开始的列序号。

返回

指定列的值。

实现

适用于

另请参阅