2 references to TinyInt
System.Data.OleDb (2)
OleDb_Enum.cs (2)
143private static readonly NativeDBType D_TinyInt = new NativeDBType(3, 1, true, false, OleDbType.TinyInt, NativeDBType.I1, S_I1, typeof(short), NativeDBType.I1, DbType.SByte); // 13 - integer1 240OleDbType.TinyInt => D_TinyInt, // 16