System::Data::IDataRecord::GetName metodo

IDataRecord::GetName method

Restituisce il nome del campo nella posizione specificata.

virtual System::String System::Data::IDataRecord::GetName(const int32_t index)=0
ParametroTipoDescrizione
indiceconst int32_tIndice per ottenere il nome del campo.

ReturnValue

Nome del campo all’indice specificato.

Vedi anche