OracleDataReader.GetInt64(Int32) 메서드

정의

지정된 열의 값에 해당하는 64비트 부호 있는 정수를 가져옵니다.

public:
 virtual long GetInt64(int i);
public:
 override long GetInt64(int i);
public long GetInt64 (int i);
public override long GetInt64 (int i);
abstract member GetInt64 : int -> int64
override this.GetInt64 : int -> int64
override this.GetInt64 : int -> int64
Public Function GetInt64 (i As Integer) As Long
Public Overrides Function GetInt64 (i As Integer) As Long

매개 변수

i
Int32

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

반환

64비트 부호 있는 정수인 지정된 열의 값입니다.

구현

예외

지정된 캐스트가 잘못된 경우

설명

이 메서드를 호출하기 전에 null 값에 대한 검사 를 호출 IsDBNull 합니다.

적용 대상