OdbcDataReader.GetValue(Int32) 메서드

정의

네이티브 형식에 있는 지정된 서수에서 열의 값을 가져옵니다.

public:
 override System::Object ^ GetValue(int i);
public:
 virtual System::Object ^ GetValue(int i);
public override object GetValue (int i);
public object GetValue (int i);
override this.GetValue : int -> obj
abstract member GetValue : int -> obj
override this.GetValue : int -> obj
Public Overrides Function GetValue (i As Integer) As Object
Public Function GetValue (i As Integer) As Object

매개 변수

i
Int32

열 서수(0부터 시작)입니다.

반환

Object

반환할 값입니다.

구현

설명

이 메서드는 null 데이터베이스 열에 대해서는 DBNull을 반환합니다.

적용 대상

추가 정보