バージョン

GetValues メソッド (DataRecord)

特定のフィールド名前の値の配列を返します。
シンタックス
'宣言
 
Public Overridable Function GetValues( _
   ByVal fieldNames() As String _
) As Object()
public virtual object[] GetValues( 
   string[] fieldNames
)

パラメータ

fieldNames
取得する値のフィールド名前。
参照