다음을 통해 공유


DbUpdatableDataRecord.GetDecimal(Int32) 메서드

정의

필드 값을 decimal로 검색합니다.

public override decimal GetDecimal (int i);
override this.GetDecimal : int -> decimal
Public Overrides Function GetDecimal (i As Integer) As Decimal

매개 변수

i
Int32

필드 서수입니다.

반환

decimal로 필드 값입니다.

구현

적용 대상