1 interface inheriting from IErrorRecords
System.Data.OleDb (1)
_generated\2\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
25
file unsafe interface InterfaceImplementation : global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
27 references to IErrorRecords
System.Data.OleDb (27)
_generated\2\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (24)
47
void global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
.AddErrorRecord()
49
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
));
66
global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
@this = default;
71
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
>(__this_native);
86
void global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
.GetBasicErrorInfo()
88
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
));
105
global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
@this = default;
110
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
>(__this_native);
125
global::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)
127
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
));
164
global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
@this = default;
174
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
>(__this_native);
189
global::System.Data.Common.UnsafeNativeMethods.IErrorInfo global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
.GetErrorInfo(int ulRecordNum, int lcid)
191
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
));
227
global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
@this = default;
234
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
>(__this_native);
251
void global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
.GetErrorParameters()
253
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
));
270
global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
@this = default;
275
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
>(__this_native);
290
int global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
.GetRecordCount()
292
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
));
311
global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
@this = default;
318
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
>(__this_native);
OleDbError.cs (1)
16
internal OleDbError(UnsafeNativeMethods.
IErrorRecords
errorRecords, int index)
OleDbErrorCollection.cs (2)
18
UnsafeNativeMethods.
IErrorRecords
? errorRecords = (errorInfo as UnsafeNativeMethods.
IErrorRecords
);