DbUpdatableDataRecord.GetValue(Int32) 方法

定义

检索字段的值。

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

参数

i
Int32

字段的序号。

返回

字段值。

实现

适用于