4 references to VarNumeric
Microsoft.ML.Data (1)
DataLoadSave\Database\DbExtensions.cs (1)
63case DbType.VarNumeric:
System.Data.Odbc (1)
System\Data\Odbc\Odbc32.cs (1)
881case DbType.VarNumeric:
System.Data.OleDb (2)
OleDb_Enum.cs (2)
162private static readonly NativeDBType D_VarNumeric = new NativeDBType(255, 16, true, false, OleDbType.VarNumeric, NativeDBType.VARNUMERIC, S_VARNUMERIC, typeof(decimal), NativeDBType.DECIMAL, DbType.VarNumeric); // 32 - (unicode pointer) 339DbType.VarNumeric => D_VarNumeric,