8 references to UI8
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
305
case NativeDBType.
UI8
:
482
case NativeDBType.
UI8
:
1041
Debug.Assert(NativeDBType.
UI8
== DbType, "Value_UI8");
1046
Debug.Assert(NativeDBType.
UI8
== DbType, "Value_UI8");
1242
case NativeDBType.
UI8
:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
187
static private readonly NativeDBType D_UnsignedBigInt = new NativeDBType( 20, 8, true, false, OleDbType.UnsignedBigInt, NativeDBType.
UI8
, S_UI8, typeof(System.Decimal), NativeDBType.
UI8
, DbType.UInt64 ); // 28 - unsigned integer8
386
case
UI8
: return D_UnsignedBigInt;