8 references to FILETIME
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
308
case NativeDBType.
FILETIME
:
490
case NativeDBType.
FILETIME
:
819
Debug.Assert(NativeDBType.
FILETIME
== DbType, "Value_FILETIME");
825
Debug.Assert(NativeDBType.
FILETIME
== DbType, "Value_FILETIME");
1212
case NativeDBType.
FILETIME
:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
169
static private readonly NativeDBType D_Filetime = new NativeDBType(0xff, 8, true, false, OleDbType.Filetime, NativeDBType.
FILETIME
, S_FILETIME, typeof(System.DateTime), NativeDBType.
FILETIME
, DbType.DateTime ); // 11 - integer8 // MDAC 59504
387
case
FILETIME
: return D_Filetime;