3 references to UnsignedTinyInt
System.Data (3)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
184static private readonly NativeDBType D_UnsignedTinyInt = new NativeDBType( 3, 1, true, false, OleDbType.UnsignedTinyInt, NativeDBType.UI1, S_UI1, typeof(System.Byte), NativeDBType.UI1, DbType.Byte ); // 25 - byte7 265case OleDbType.UnsignedTinyInt: return D_UnsignedTinyInt; // 17
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
597case OleDbType.UnsignedTinyInt: