I have a Microsoft SQL Server database that contains a data field of BIT type.
BIT
This field will have either 0 or 1 values to re
0
1
DataReader.GetBoolean(x)
or
Convert.ToBoolean(DataRow[x])