idx_get()

IDataRecord::idx_get(const int32_t) method

Gets value at speified index.

virtual System::SharedPtr<System::Object> System::Data::IDataRecord::idx_get(const int32_t index)=0

Arguments

ParameterTypeDescription
indexconst int32_tIndex to get field value at.

Return Value

Boxed field value.

See Also