System::Data::DataRow::idx_get 方法

DataRow::idx_get method

RTTI 信息。

System::SharedPtr<System::Object> System::Data::DataRow::idx_get(const int32_t columnIndex)
参数类型描述
columnIndexconst int32_t获取数据的列。

ReturnValue

装箱值。

备注

获取指定列索引处的对象。

另见