8 references to I2
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
251
case NativeDBType.
I2
:
413
case NativeDBType.
I2
:
866
Debug.Assert(NativeDBType.
I2
== DbType, "Value_I2");
871
Debug.Assert(NativeDBType.
I2
== DbType, "Value_I2");
1281
case NativeDBType.
I2
:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
172
static 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
368
case
I2
: return D_SmallInt;