System::Data::IDataRecord::idx_get method

IDataRecord::idx_get method

Gets value at speified index.

virtual System::SharedPtr<System::Object> System::Data::IDataRecord::idx_get(const int32_t index)=0
ParameterTypeDescription
indexconst int32_tIndex to get field value at.

ReturnValue

Boxed field value.

See Also