System::Data::IDataRecord::GetName método

IDataRecord::GetName method

Obtiene el nombre del campo en la posición especificada.

virtual System::String System::Data::IDataRecord::GetName(const int32_t index)=0
ParámetroTipoDescripción
indexconst int32_tIndex para obtener el nombre del campo en.

ReturnValue

Nombre del campo en el índice especificado.

Ver también