DbDataRecord.GetByte(Int32) 메서드

정의

지정된 열의 값에 해당하는 바이트 값을 반환합니다.

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

매개 변수

i
Int32

열 서수입니다.

반환

지정된 열의 값입니다.

구현

설명

변환은 수행되지 않습니다. 따라서 검색된 데이터는 이미 바이트여야 합니다.

적용 대상

추가 정보