System::Data::DataRowCollection::idx_get method

DataRowCollection::idx_get method

RTTI information.

System::SharedPtr<DataRow> System::Data::DataRowCollection::idx_get(const int32_t index)
ParameterTypeDescription
indexconst int32_tRow index in collection.

ReturnValue

Requested data row object.

Remarks

Gets row by index.

See Also