4 references to VarNumeric
Microsoft.ML.Data (1)
DataLoadSave\Database\DbExtensions.cs (1)
63
case DbType.
VarNumeric
:
System.Data.Odbc (1)
System\Data\Odbc\Odbc32.cs (1)
881
case DbType.
VarNumeric
:
System.Data.OleDb (2)
OleDb_Enum.cs (2)
162
private 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)
339
DbType.
VarNumeric
=> D_VarNumeric,