System::Data::IDataRecord::GetName méthode

IDataRecord::GetName method

Obtient le nom du champ à la position spécifiée.

virtual System::String System::Data::IDataRecord::GetName(const int32_t index)=0
ParamètreTypeDescription
indiceconst int32_tIndex pour obtenir le nom du champ.

ReturnValue

Nom du champ à l’index spécifié.

Voir aussi