DataConnector
GetDecimal メソッド (C1DataReaderBase)

C1.DataConnector アセンブリ > C1.DataConnector 名前空間 > C1DataReaderBase クラス : GetDecimal メソッド
0 から始まる列の序数。
指定された列の値を Decimal オブジェクトとして取得します。
シンタックス
'宣言
 
Public Overrides Function GetDecimal( _
   ByVal ordinal As System.Integer _
) As System.Decimal
public override System.decimal GetDecimal( 
   System.int ordinal
)

パラメータ

ordinal
0 から始まる列の序数。

戻り値の型

指定された列の値。
参照

C1DataReaderBase クラス
C1DataReaderBase メンバ