System::Data::IDataRecord::idx_get 方法

IDataRecord::idx_get method

获取指定索引处的值。

virtual System::SharedPtr<System::Object> System::Data::IDataRecord::idx_get(const int32_t index)=0
参数类型描述
索引const int32_t获取字段值的索引。

ReturnValue

装箱的字段值。

另见