IDataRecord.GetInt64(Int32) Méthode

Définition

Récupère la valeur de l’entier signé 64 bits du champ spécifié.

public:
 long GetInt64(int i);
public long GetInt64 (int i);
abstract member GetInt64 : int -> int64
Public Function GetInt64 (i As Integer) As Long

Paramètres

i
Int32

Index du champ à rechercher.

Retours

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

Exceptions

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

S’applique à