DbUpdatableDataRecord.GetByte(Int32) 메서드

정의

byte으로 필드 값을 검색합니다.

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

필드 서수입니다.

반환

byte으로 필드 값입니다.

구현

적용 대상