Npgsql Api Docs

NpgsqlDataReader.GetBoolean Method 

Gets the value of a column as Boolean.

[Visual Basic]
Overrides Public Function GetBoolean( _
   ByVal i As Integer _
) As Boolean _
    Implements IDataRecord.GetBoolean
[C#]
public override bool GetBoolean(
   int i
);

Implements

IDataRecord.GetBoolean

See Also

NpgsqlDataReader Class | Npgsql Namespace