2 references to SmallInt
System.Data.OleDb (2)
OleDb_Enum.cs (2)
144private static readonly NativeDBType D_SmallInt = new NativeDBType(5, 2, true, false, OleDbType.SmallInt, NativeDBType.I2, S_I2, typeof(short), NativeDBType.I2, DbType.Int16); // 14 - integer2
227OleDbType.SmallInt => D_SmallInt, // 2