EntityDataReader.GetInt32(Int32) 메서드

정의

지정된 열의 값을 32비트 부속 정수로 가져옵니다.

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

매개 변수

ordinal
Int32

0부터 시작하는 열 서수입니다.

반품

지정된 열의 값입니다.

구현

적용 대상