バージョン

GetValue メソッド (DataSourceAdapter)

特定のフィールドのために特定のレコードからの値を返します。
シンタックス
'宣言
 
Public Overridable Function GetValue( _
   ByVal record As DataRecord, _
   ByVal fieldName As String _
) As Object
public virtual object GetValue( 
   DataRecord record,
   string fieldName
)

パラメータ

record
取得する値のレコード。
fieldName
取得する値のフィールド名前。
参照