IDataRecord.GetInt16(Int32) Méthode

Définition

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

public:
 short GetInt16(int i);
public short GetInt16 (int i);
abstract member GetInt16 : int -> int16
Public Function GetInt16 (i As Integer) As Short

Paramètres

i
Int32

Index du champ à rechercher.

Retours

Valeur de l’entier signé 16 bits du champ spécifié.

Exceptions

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

S’applique à