System::Data::DataView::idx_get 方法

DataView::idx_get method

获取行视图。

System::SharedPtr<System::Data::DataRowView> System::Data::DataView::idx_get(const int32_t recordIndex)
参数类型描述
recordIndexconst int32_t行视图索引。

ReturnValue

Data row view at specified index.

另见