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부터 시작하는 열 서수입니다.

반품

지정된 열의 값입니다.

구현

적용 대상