8 references to UInt32
System.Data (4)
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
886case DbType.UInt32:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
186static 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 355case DbType.UInt32: return D_UnsignedInt;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
247case DbType.UInt32:
System.Data.Entity (1)
System\Data\Metadata\TypeHelpers.cs (1)
748return DbType.UInt32;
System.Web (2)
UI\WebControls\Parameter.cs (2)
473case DbType.UInt32: 517return DbType.UInt32;
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
420case DbType.UInt32: