7 references to DBTIME
System.Data (7)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (4)
326case NativeDBType.DBTIME: 513case NativeDBType.DBTIME: 752Debug.Assert(NativeDBType.DBTIME == DbType, "Value_DBTIME"); 757Debug.Assert(NativeDBType.DBTIME == DbType, "Value_DBTIME");
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
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) 395case DBTIME: return D_DBTime;