idx_get()

DataView::idx_get(const int32_t) method

Gets row views.

System::SharedPtr<System::Data::DataRowView> System::Data::DataView::idx_get(const int32_t recordIndex)

Arguments

ParameterTypeDescription
recordIndexconst int32_tRow view index.

Return Value

Data row view at specified index.

See Also