IDataRecord.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 champs à rechercher.
public:
System::String ^ GetName(int i);
public string GetName(int i);
abstract member GetName : int -> string
Public Function GetName (i As Integer) As String
Paramètres
- i
- Int32
Index du champ à rechercher.
Retours
Nom du champ ou chaîne vide (“”), s’il n’y a aucune valeur à retourner.
Exceptions
L’index passé était en dehors de la plage comprise entre 0 et FieldCount.