9 references to DBTIMESTAMP
System.Data.OleDb (9)
ColumnBinding.cs (5)
364
case NativeDBType.
DBTIMESTAMP
:
567
case NativeDBType.
DBTIMESTAMP
:
853
Debug.Assert(NativeDBType.
DBTIMESTAMP
== DbType, "Value_DBTIMESTAMP");
859
Debug.Assert(NativeDBType.
DBTIMESTAMP
== DbType, "Value_DBTIMESTAMP");
1377
case NativeDBType.
DBTIMESTAMP
:
OleDb_Enum.cs (3)
138
private static 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)
405
case
DBTIMESTAMP
:
RowBinding.cs (1)
453
case NativeDBType.
DBTIMESTAMP
: