EntityDataReader.GetInt16(Int32) Metoda

Definicja

Pobiera wartość określonej kolumny jako 16-bitową liczbę całkowitą ze znakiem.

public:
 override short GetInt16(int ordinal);
public override short GetInt16 (int ordinal);
override this.GetInt16 : int -> int16
Public Overrides Function GetInt16 (ordinal As Integer) As Short

Parametry

ordinal
Int32

Liczba porządkowa kolumn opartych na zerach.

Zwraca

Wartość określonej kolumny.

Implementuje

Dotyczy