2 references to Bit
System.Data.Odbc (2)
System\Data\Odbc\Odbc32.cs (2)
768private static readonly TypeMap s_bit = new TypeMap(OdbcType.Bit, DbType.Boolean, typeof(bool), ODBC32.SQL_TYPE.BIT, ODBC32.SQL_C.BIT, ODBC32.SQL_C.BIT, 1, 1, false); 828OdbcType.Bit => s_bit,