DbUpdatableDataRecord.GetValue(Int32) 메서드

정의

필드 값을 검색합니다.

public:
 override System::Object ^ GetValue(int ordinal);
public override object GetValue (int ordinal);
override this.GetValue : int -> obj
Public Overrides Function GetValue (ordinal As Integer) As Object

매개 변수

ordinal
Int32

필드 서수입니다.

반환

필드 값입니다.

구현

적용 대상