8 references to DBTIMESTAMP
System.Data (8)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
329
case NativeDBType.
DBTIMESTAMP
:
516
case NativeDBType.
DBTIMESTAMP
:
764
Debug.Assert(NativeDBType.
DBTIMESTAMP
== DbType, "Value_DBTIMESTAMP");
769
Debug.Assert(NativeDBType.
DBTIMESTAMP
== DbType, "Value_DBTIMESTAMP");
1209
case NativeDBType.
DBTIMESTAMP
:
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
166
static private readonly NativeDBType D_DBTimeStamp = new NativeDBType(0xff, 16, true, false, OleDbType.DBTimeStamp, NativeDBType.
DBTIMESTAMP
, S_DBTIMESTAMP, typeof(System.DateTime), NativeDBType.
DBTIMESTAMP
, DbType.DateTime ); // 8 - (tagDBTIMESTAMP)
396
case
DBTIMESTAMP
: return D_DBTimeStamp;