OracleDataReader.GetInt32(Int32) メソッド
定義
指定された列の値を 32 ビット符号付き整数として取得します。Gets the value of the specified column as a 32-bit signed integer.
public:
virtual int GetInt32(int i);
public:
override int GetInt32(int i);
public int GetInt32 (int i);
public override int GetInt32 (int i);
abstract member GetInt32 : int -> int
override this.GetInt32 : int -> int
override this.GetInt32 : int -> int
Public Function GetInt32 (i As Integer) As Integer
Public Overrides Function GetInt32 (i As Integer) As Integer
パラメーター
- i
- Int32
0 から始まる列序数。The zero-based column ordinal.
戻り値
32 ビット符号付き整数として指定された列の値。The value of the specified column as a 32-bit signed integer.
実装
例外
指定したキャストが有効ではありません。The specified cast is not valid.
注釈
IsDBNullこのメソッドを呼び出す前に、を呼び出して null 値を確認してください。Call IsDBNull to check for null values before calling this method.