idx_get()

DataRow::idx_get(const int32_t) method

RTTI information.

System::SharedPtr<System::Object> System::Data::DataRow::idx_get(const int32_t columnIndex)

Arguments

ParameterTypeDescription
columnIndexconst int32_tColumn to get data from.

Return Value

Boxed value.

Remarks

Gets object at specified column index.

See Also