System::Data::DataView::idx_get method

DataView::idx_get method

Gets row views.

System::SharedPtr<System::Data::DataRowView> System::Data::DataView::idx_get(const int32_t recordIndex)
ParameterTypeDescription
recordIndexconst int32_tRow view index.

ReturnValue

Data row view at specified index.

See Also