DbUpdatableDataRecord.GetValue(Int32) 方法

定义

检索字段的值。

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

字段的序号。

返回

字段值。

实现

适用于