System::Data::IDataRecord::idx_get メソッド

IDataRecord::idx_get method

指定されたインデックスの値を取得します。

virtual System::SharedPtr<System::Object> System::Data::IDataRecord::idx_get(const int32_t index)=0
パラメーター説明
インデックスconst int32_tフィールド値を取得するインデックス。

ReturnValue

ボックス化されたフィールド値。

参照