IDataRecord.GetData(Int32) Méthode

Définition

Retourne un IDataReader pour le numéro de colonne spécifié.

public:
 System::Data::IDataReader ^ GetData(int i);
public System.Data.IDataReader GetData (int i);
abstract member GetData : int -> System.Data.IDataReader
Public Function GetData (i As Integer) As IDataReader

Paramètres

i
Int32

Index du champ à rechercher.

Retours

Le IDataReader du numéro de colonne spécifié.

Exceptions

L’index passé était en dehors de la plage comprise entre 0 et FieldCount.

S’applique à