3 references to
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbTransaction.cs (1)
37internal WrappedTransaction(UnsafeNativeMethods.ITransactionLocal transaction, int isolevel, out OleDbHResult hr) : base(transaction) {
fx\src\data\System\Data\OleDb\SafeHandles.cs (2)
132private ChapterHandle(IntPtr chapter) : base((object)null) { 136private ChapterHandle(object chapteredRowset, RowBinding binding, int valueOffset) : base(chapteredRowset) {