System::Data::DataRow::idx_get method

DataRow::idx_get method

RTTI information.

System::SharedPtr<System::Object> System::Data::DataRow::idx_get(const int32_t columnIndex)
ParameterTypeDescription
columnIndexconst int32_tColumn to get data from.

ReturnValue

Boxed value.

Remarks

Gets object at specified column index.

See Also