5 references to UInt64
Microsoft.ML.Data (2)
DataLoadSave\Database\DbExtensions.cs (2)
60
case DbType.
UInt64
:
112
return DbType.
UInt64
;
System.Data.Odbc (1)
System\Data\Odbc\Odbc32.cs (1)
880
case DbType.
UInt64
:
System.Data.OleDb (2)
OleDb_Enum.cs (2)
158
private static readonly NativeDBType D_UnsignedBigInt = new NativeDBType(20, 8, true, false, OleDbType.UnsignedBigInt, NativeDBType.UI8, S_UI8, typeof(decimal), NativeDBType.UI8, DbType.
UInt64
); // 28 - unsigned integer8
338
DbType.
UInt64
=> D_UnsignedBigInt,