8 references to UInt64
System.Data (4)
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
887
case DbType.
UInt64
:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
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
356
case DbType.
UInt64
: return D_UnsignedBigInt;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
248
case DbType.
UInt64
:
System.Data.Entity (1)
System\Data\Metadata\TypeHelpers.cs (1)
752
return DbType.
UInt64
;
System.Web (2)
UI\WebControls\Parameter.cs (2)
475
case DbType.
UInt64
:
519
return DbType.
UInt64
;
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
422
case DbType.
UInt64
: