2 references to UnsignedInt
System.Data (2)
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
267
case OleDbType.
UnsignedInt
: return D_UnsignedInt; // 19