다음을 통해 공유


SqliteDataReader.GetByte(Int32) 메서드

정의

Byte으로 지정된 열 값을 가져옵니다.

public override byte GetByte (int ordinal);
override this.GetByte : int -> byte
Public Overrides Function GetByte (ordinal As Integer) As Byte

매개 변수

ordinal
Int32

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

반환

열의 값입니다.

적용 대상