IDataRecord.GetInt32(Int32) Méthode

Définition

Obtient la valeur de l’entier signé 32 bits du champ spécifié.

public:
 int GetInt32(int i);
public int GetInt32 (int i);
abstract member GetInt32 : int -> int
Public Function GetInt32 (i As Integer) As Integer

Paramètres

i
Int32

Index du champ à rechercher.

Retours

La valeur de l’entier signé 32 bits du champ spécifié.

Exceptions

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

S’applique à