2 references to UnsignedTinyInt
System.Data.OleDb (2)
OleDb_Enum.cs (2)
155private static readonly NativeDBType D_UnsignedTinyInt = new NativeDBType(3, 1, true, false, OleDbType.UnsignedTinyInt, NativeDBType.UI1, S_UI1, typeof(byte), NativeDBType.UI1, DbType.Byte); // 25 - byte7 241OleDbType.UnsignedTinyInt => D_UnsignedTinyInt, // 17