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