5 references to UInt64
Microsoft.ML.Data (2)
DataLoadSave\Database\DbExtensions.cs (2)
60case DbType.UInt64: 112return DbType.UInt64;
System.Data.Odbc (1)
System\Data\Odbc\Odbc32.cs (1)
880case DbType.UInt64:
System.Data.OleDb (2)
OleDb_Enum.cs (2)
158private 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 338DbType.UInt64 => D_UnsignedBigInt,