IDataRecord.GetName(Int32) Méthode

Définition

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.

S’applique à