System::Data::DataRowCollection::idx_get 方法

DataRowCollection::idx_get method

RTTI 信息。

System::SharedPtr<DataRow> System::Data::DataRowCollection::idx_get(const int32_t index)
参数类型描述
索引const int32_t集合中的行索引。

ReturnValue

请求的数据行对象。

备注

通过索引获取行。

另见