System::Data::IDataRecord::idx_get método

IDataRecord::idx_get method

Obtiene el valor en el índice especificado.

virtual System::SharedPtr<System::Object> System::Data::IDataRecord::idx_get(const int32_t index)=0
ParámetroTipoDescripción
indexconst int32_tIndex para obtener el valor del campo en.

ReturnValue

Valor de campo encapsulado.

Ver también