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