共用方式為


DbUpdatableDataRecord.Item[] 屬性

定義

多載

Item[Int32]

傳回具有所指定欄位序數的值。

Item[String]

取得具有所指定欄位名稱的值。

Item[Int32]

傳回具有所指定欄位序數的值。

public override object this[int i] { get; }
member this.Item(int) : obj
Default Public Overrides ReadOnly Property Item(i As Integer) As Object

參數

i
Int32

欄位的序數。

屬性值

具有所指定欄位序數的值。

實作

適用於

Item[String]

取得具有所指定欄位名稱的值。

public override object this[string name] { get; }
member this.Item(string) : obj
Default Public Overrides ReadOnly Property Item(name As String) As Object

參數

name
String

欄位的名稱。

屬性值

欄位值。

實作

適用於