4 references to D_UnsignedTinyInt
System.Data (4)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (4)
265
case OleDbType.UnsignedTinyInt: return
D_UnsignedTinyInt
; // 17
302
case TypeCode.Byte: return NativeDBType.
D_UnsignedTinyInt
;
337
case DbType.Byte: return
D_UnsignedTinyInt
;
382
case UI1: return
D_UnsignedTinyInt
;