IDataReader.GetName(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom du champ à rechercher.
public:
System::String ^ GetName(int fieldIndex);
public string GetName (int fieldIndex);
abstract member GetName : int -> string
Public Function GetName (fieldIndex As Integer) As String
Paramètres
- fieldIndex
- Int32
Index du champ à rechercher.
Retours
Nom du champ ou chaîne vide ("") en l'absence de valeur à retourner.
Remarques
Exceptions
Type d'exception | Condition |
---|---|
IndexOutOfRangeException | L’index passé était en dehors de la plage comprise entre 0 et FieldCount. |