SqliteDataReader.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
列の名前。 値は、大文字小文字が区別されます。
プロパティ値
値。