5 references to MetaBit
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (5)
177case SqlDbType.Bit: return MetaBit; 227case DbType.Boolean: return MetaBit; 307return MetaBit; 369case TypeCode.Boolean: return MetaBit; 661case TdsEnums.SQLBITN: return MetaBit;