8 references to UInt32
System.Data (4)
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
886
case DbType.
UInt32
:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
186
static private readonly NativeDBType D_UnsignedInt = new NativeDBType( 10, 4, true, false, OleDbType.UnsignedInt, NativeDBType.UI4, S_UI4, typeof(System.Int64), NativeDBType.UI4, DbType.
UInt32
); // 27 - unsigned integer4
355
case DbType.
UInt32
: return D_UnsignedInt;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
247
case DbType.
UInt32
:
System.Data.Entity (1)
System\Data\Metadata\TypeHelpers.cs (1)
748
return DbType.
UInt32
;
System.Web (2)
UI\WebControls\Parameter.cs (2)
473
case DbType.
UInt32
:
517
return DbType.
UInt32
;
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
420
case DbType.
UInt32
: