Método System::Data::IDataRecord::GetName

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
índiceconst int32_tÍndice para obtener el nombre del campo.

ReturnValue

Nombre del campo en el índice especificado.

Ver también