8 references to UI4
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
299
case NativeDBType.
UI4
:
471
case NativeDBType.
UI4
:
1029
Debug.Assert(NativeDBType.
UI4
== DbType, "Value_UI4");
1034
Debug.Assert(NativeDBType.
UI4
== DbType, "Value_UI4");
1344
case NativeDBType.
UI4
:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
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
384
case
UI4
: return D_UnsignedInt;