次の方法で共有


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

フィールドの名前。

プロパティ値

フィールド値。

実装

適用対象