Udostępnij za pośrednictwem


Metoda SqlColumnBinder.GetBoolean — (DbDataReader, Boolean, Boolean%)

Pobiera wartość tej kolumny jako bool z danego czytnika.

Ustawia parametr wyjściowy na true, jeśli wartość jest zerowy.

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

Składnia

'Deklaracja
Public Function GetBoolean ( _
    reader As DbDataReader, _
    nullValue As Boolean, _
    <OutAttribute> ByRef isNull As Boolean _
) As Boolean
public bool GetBoolean(
    DbDataReader reader,
    bool nullValue,
    out bool isNull
)

Parametry

Wartość zwracana

Typ: System.Boolean

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

SqlColumnBinder Klasa

Przeciążenie GetBoolean

Przestrzeń nazw Microsoft.TeamFoundation.Framework.Server