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

DataRowCollection::idx_get method

RTTI 情報。

System::SharedPtr<DataRow> System::Data::DataRowCollection::idx_get(const int32_t index)
パラメーター説明
インデックスconst int32_tコレクション内の行インデックス。

ReturnValue

要求されたデータ行オブジェクト。

備考

インデックスで行を取得します。

参照