7 references to DBTIME
System.Data.OleDb (7)
ColumnBinding.cs (4)
361case NativeDBType.DBTIME: 564case NativeDBType.DBTIME: 839Debug.Assert(NativeDBType.DBTIME == DbType, "Value_DBTIME"); 845Debug.Assert(NativeDBType.DBTIME == DbType, "Value_DBTIME");
OleDb_Enum.cs (3)
137private static 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) 403case DBTIME: