DataConnector
GetValues メソッド (C1DataReader)

C1.AdoNet.ServiceNow アセンブリ > C1.DataConnector.AdoNet 名前空間 > C1DataReader クラス : GetValues メソッド
An array of System.Object into which to copy the attribute columns.
Populates an array of objects with the column values of the current row.
シンタックス
'宣言
 
Public Overrides Function GetValues( _
   ByVal values() As System.Object _
) As System.Integer
public override System.int GetValues( 
   System.object[] values
)

パラメータ

values
An array of System.Object into which to copy the attribute columns.

戻り値の型

The number of instances of System.Object in the array.
参照

C1DataReader クラス
C1DataReader メンバ