次の方法で共有


SqliteDataReader.Item[] プロパティ

定義

オーバーロード

Item[Int32]

指定した列の値を取得します。

Item[String]

指定した列の値を取得します。

Item[Int32]

指定した列の値を取得します。

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

パラメーター

ordinal
Int32

0 から始まる列序数。

プロパティ値

値。

適用対象

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

列の名前。 値は、大文字小文字が区別されます。

プロパティ値

値。

適用対象