2 references to Bit
System.Data (2)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
778
static private readonly TypeMap _Bit = new TypeMap(OdbcType.
Bit
, DbType.Boolean, typeof(Boolean), ODBC32.SQL_TYPE.BIT, ODBC32.SQL_C.BIT, ODBC32.SQL_C.BIT, 1, 1, false);
836
case OdbcType.
Bit
: return _Bit;