共用方式為


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

欄位的序數。

傳回

欄位值。

實作

適用於