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