IDataRecord.GetInt16(Int32) Méthode

Définition

Obtient la valeur entière signée 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 entière signée 16 bits du champ spécifié.

Exceptions

L’index passé était en dehors de la plage de 0 à FieldCount.

S’applique à