2 references to DBTime
System.Data (2)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
165static private readonly NativeDBType D_DBTime = new NativeDBType(0xff, 6, true, false, OleDbType.DBTime, NativeDBType.DBTIME, S_DBTIME, typeof(System.TimeSpan), NativeDBType.DBTIME, DbType.Time ); // 7 - (tagDBTime) 277case OleDbType.DBTime: return D_DBTime; // 134