8 references to I1
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
290
case NativeDBType.
I1
:
452
case NativeDBType.
I1
:
853
Debug.Assert(NativeDBType.
I1
== DbType, "Value_I1");
859
Debug.Assert(NativeDBType.
I1
== DbType, "Value_I1");
1284
case NativeDBType.
I1
:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
171
static private readonly NativeDBType D_TinyInt = new NativeDBType( 3, 1, true, false, OleDbType.TinyInt, NativeDBType.
I1
, S_I1, typeof(System.Int16), NativeDBType.
I1
, DbType.SByte ); // 13 - integer1 // MDAC 59492
381
case
I1
: return D_TinyInt;