8 references to I8
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
302case NativeDBType.I8: 479case NativeDBType.I8: 890Debug.Assert(NativeDBType.I8 == DbType, "Value_I8"); 895Debug.Assert(NativeDBType.I8 == DbType, "Value_I8"); 1341case NativeDBType.I8:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
174static 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 385case I8: return D_BigInt;