8 references to I2
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
251case NativeDBType.I2: 413case NativeDBType.I2: 866Debug.Assert(NativeDBType.I2 == DbType, "Value_I2"); 871Debug.Assert(NativeDBType.I2 == DbType, "Value_I2"); 1281case NativeDBType.I2:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
172static private readonly NativeDBType D_SmallInt = new NativeDBType( 5, 2, true, false, OleDbType.SmallInt, NativeDBType.I2, S_I2, typeof(System.Int16), NativeDBType.I2, DbType.Int16 ); // 14 - integer2 368case I2: return D_SmallInt;