8 references to I4
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
254
case NativeDBType.
I4
:
416
case NativeDBType.
I4
:
878
Debug.Assert(NativeDBType.
I4
== DbType, "Value_I4");
883
Debug.Assert(NativeDBType.
I4
== DbType, "Value_I4");
1311
case NativeDBType.
I4
:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
173
static private readonly NativeDBType D_Integer = new NativeDBType( 10, 4, true, false, OleDbType.Integer, NativeDBType.
I4
, S_I4, typeof(System.Int32), NativeDBType.
I4
, DbType.Int32 ); // 15 - integer4
369
case
I4
: return D_Integer;