DataConnector
GetValue メソッド (C1DataReader)

C1.AdoNet.ServiceNow アセンブリ > C1.DataConnector.AdoNet 名前空間 > C1DataReader クラス : GetValue メソッド
The zero-based column ordinal.
Gets the value of the specified column as an instance of System.Object.
シンタックス
'宣言
 
Public Overrides Function GetValue( _
   ByVal ordinal As System.Integer _
) As System.Object
public override System.object GetValue( 
   System.int ordinal
)

パラメータ

ordinal
The zero-based column ordinal.

戻り値の型

The value of the specified column.
参照

C1DataReader クラス
C1DataReader メンバ