8 references to IDISPATCH
System.Data.OleDb (8)
ColumnBinding.cs (4)
307
case NativeDBType.
IDISPATCH
:
475
case NativeDBType.
IDISPATCH
:
1010
Debug.Assert(NativeDBType.
IDISPATCH
== DbType, "Value_IDISPATCH");
1034
Debug.Assert(NativeDBType.
IDISPATCH
== DbType, "Value_IDISPATCH");
OleDb_Enum.cs (3)
147
private static readonly NativeDBType D_IDispatch = new NativeDBType(0xff, IntPtr.Size, true, false, OleDbType.IDispatch, NativeDBType.
IDISPATCH
, S_IDISPATCH, typeof(object), NativeDBType.
IDISPATCH
, DbType.Object); // 17 - integer4 (pointer)
364
case
IDISPATCH
:
RowBinding.cs (1)
455
case NativeDBType.
IDISPATCH
: