8 references to I8
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
302
case NativeDBType.
I8
:
479
case NativeDBType.
I8
:
890
Debug.Assert(NativeDBType.
I8
== DbType, "Value_I8");
895
Debug.Assert(NativeDBType.
I8
== DbType, "Value_I8");
1341
case NativeDBType.
I8
:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
174
static private readonly NativeDBType D_BigInt = new NativeDBType( 19, 8, true, false, OleDbType.BigInt, NativeDBType.
I8
, S_I8, typeof(System.Int64), NativeDBType.
I8
, DbType.Int64 ); // 16 - integer8
385
case
I8
: return D_BigInt;