EntityDataReader.GetInt64(Int32) 메서드

정의

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

public:
 override long GetInt64(int ordinal);
public override long GetInt64(int ordinal);
override this.GetInt64 : int -> int64
Public Overrides Function GetInt64 (ordinal As Integer) As Long

매개 변수

ordinal
Int32

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

반품

지정된 열의 값입니다.

구현

적용 대상