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