Udostępnij za pośrednictwem


Metoda SqlColumnBinder.GetInt16 — (DbDataReader, Int16, Int16)

Pobiera wartość tej kolumny jako wartości typu Int16 z danego czytnika.

Przestrzeń nazw:  Microsoft.TeamFoundation.Framework.Server
Zestaw:  Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)

Składnia

'Deklaracja
Public Function GetInt16 ( _
    reader As DbDataReader, _
    nullValue As Short, _
    missingColumnValue As Short _
) As Short
public short GetInt16(
    DbDataReader reader,
    short nullValue,
    short missingColumnValue
)

Parametry

  • nullValue
    Typ: System.Int16
    Wartość, aby powrócić, jeśli kolumna DB jest null.
  • missingColumnValue
    Typ: System.Int16
    Wartość, aby powrócić, jeśli nie znaleziono kolumny DB.

Wartość zwracana

Typ: System.Int16

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

SqlColumnBinder Klasa

Przeciążenie GetInt16

Przestrzeń nazw Microsoft.TeamFoundation.Framework.Server