EntityDataReader.GetByte(Int32) 메서드

정의

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

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

매개 변수

ordinal
Int32

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

반환

지정된 열의 값입니다.

구현

적용 대상