4 references to D_TinyInt
System.Data (4)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (4)
264case OleDbType.TinyInt: return D_TinyInt; // 16 301case TypeCode.SByte: return NativeDBType.D_TinyInt; 349case DbType.SByte: return D_TinyInt; 381case I1: return D_TinyInt;