OracleDataReader.GetByte(Int32) 메서드

정의

지정된 열의 값에 해당하는 바이트 값을 가져옵니다.

public:
 virtual System::Byte GetByte(int i);
public:
 override System::Byte GetByte(int i);
public byte GetByte (int i);
public override byte GetByte (int i);
abstract member GetByte : int -> byte
override this.GetByte : int -> byte
override this.GetByte : int -> byte
Public Function GetByte (i As Integer) As Byte
Public Overrides Function GetByte (i As Integer) As Byte

매개 변수

i
Int32

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

반환

지정한 열의 값(바이트)입니다.

구현

예외

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

설명

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

적용 대상