次の方法で共有


SqliteDataReader.GetValue(Int32) メソッド

定義

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

public override object GetValue (int ordinal);
override this.GetValue : int -> obj
Public Overrides Function GetValue (ordinal As Integer) As Object

パラメーター

ordinal
Int32

0 から始まる列序数。

戻り値

列の値。

適用対象