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

从零开始的列序号。

属性值

值。

适用于

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

列的名称。 该值区分大小写。

属性值

值。

适用于