Méthode System::Data::DataRowCollection::idx_get

DataRowCollection::idx_get method

Informations RTTI.

System::SharedPtr<DataRow> System::Data::DataRowCollection::idx_get(const int32_t index)
ParamètreTypeDescription
indiceconst int32_tIndice de ligne dans la collection.

ReturnValue

Objet de ligne de données demandé.

Remarques

Obtient la ligne par indice.

Voir aussi