다음을 통해 공유


EntityDataReader.GetInt16(Int32) 메서드

정의

지정된 열의 값을 16비트 부호 있는 정수로 가져옵니다.

public:
 override short GetInt16(int ordinal);
public override short GetInt16 (int ordinal);
override this.GetInt16 : int -> int16
Public Overrides Function GetInt16 (ordinal As Integer) As Short

매개 변수

ordinal
Int32

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

반환

지정된 열의 값입니다.

구현

적용 대상