6 references to NativeOledbWrapper
System.Data.OleDb (6)
OleDbTransaction.cs (3)
62hr = (OleDbHResult)NativeOledbWrapper.ITransactionAbort(DangerousGetHandle()); 90hr = (OleDbHResult)NativeOledbWrapper.ITransactionCommit(DangerousGetHandle()); 111NativeOledbWrapper.ITransactionAbort(base.handle);
RowBinding.cs (2)
222NativeOledbWrapper.MemoryCopy(ADP.IntPtrOffset(buffer, ODB.SizeOf_Variant), buffer, ODB.SizeOf_Variant); 543bool different = NativeOledbWrapper.MemoryCompare(currentHandle, originalHandle, sizeof(ComVariant));
SafeHandles.cs (1)
167NativeOledbWrapper.IChapteredRowsetReleaseChapter(base.handle, chapter);