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