1 interface inheriting from IErrorRecords
System.Data.OleDb (1)
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
34file unsafe interface InterfaceImplementation : global::System.Data.Common.UnsafeNativeMethods.IErrorRecords
27 references to IErrorRecords
System.Data.OleDb (27)
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (24)
59void global::System.Data.Common.UnsafeNativeMethods.IErrorRecords.AddErrorRecord() 63var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.IErrorRecords)); 84global::System.Data.Common.UnsafeNativeMethods.IErrorRecords @this = default; 90@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.IErrorRecords>(__this_native); 104void global::System.Data.Common.UnsafeNativeMethods.IErrorRecords.GetBasicErrorInfo() 108var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.IErrorRecords)); 129global::System.Data.Common.UnsafeNativeMethods.IErrorRecords @this = default; 135@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.IErrorRecords>(__this_native); 149global::System.Data.OleDb.OleDbHResult global::System.Data.Common.UnsafeNativeMethods.IErrorRecords.GetCustomErrorObject(int ulRecordNum, in global::System.Guid riid, out global::System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo ppObject) 153var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.IErrorRecords)); 193global::System.Data.Common.UnsafeNativeMethods.IErrorRecords @this = default; 203@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.IErrorRecords>(__this_native); 219global::System.Data.Common.UnsafeNativeMethods.IErrorInfo global::System.Data.Common.UnsafeNativeMethods.IErrorRecords.GetErrorInfo(int ulRecordNum, int lcid) 223var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.IErrorRecords)); 263global::System.Data.Common.UnsafeNativeMethods.IErrorRecords @this = default; 271@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.IErrorRecords>(__this_native); 287void global::System.Data.Common.UnsafeNativeMethods.IErrorRecords.GetErrorParameters() 291var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.IErrorRecords)); 312global::System.Data.Common.UnsafeNativeMethods.IErrorRecords @this = default; 318@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.IErrorRecords>(__this_native); 332int global::System.Data.Common.UnsafeNativeMethods.IErrorRecords.GetRecordCount() 336var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.IErrorRecords)); 359global::System.Data.Common.UnsafeNativeMethods.IErrorRecords @this = default; 367@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.IErrorRecords>(__this_native);
OleDbError.cs (1)
16internal OleDbError(UnsafeNativeMethods.IErrorRecords errorRecords, int index)
OleDbErrorCollection.cs (2)
18UnsafeNativeMethods.IErrorRecords? errorRecords = (errorInfo as UnsafeNativeMethods.IErrorRecords);