1 interface inheriting from IErrorRecords
System.Data.OleDb (1)
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
34
file 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)
59
void global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
.AddErrorRecord()
63
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
));
84
global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
@this = default;
90
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
>(__this_native);
104
void global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
.GetBasicErrorInfo()
108
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
));
129
global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
@this = default;
135
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
>(__this_native);
149
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)
153
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
));
193
global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
@this = default;
203
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
>(__this_native);
219
global::System.Data.Common.UnsafeNativeMethods.IErrorInfo global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
.GetErrorInfo(int ulRecordNum, int lcid)
223
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
));
263
global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
@this = default;
271
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
>(__this_native);
287
void global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
.GetErrorParameters()
291
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
));
312
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);
332
int global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
.GetRecordCount()
336
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
IErrorRecords
));
359
global::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)
16
internal OleDbError(UnsafeNativeMethods.
IErrorRecords
errorRecords, int index)
OleDbErrorCollection.cs (2)
18
UnsafeNativeMethods.
IErrorRecords
? errorRecords = (errorInfo as UnsafeNativeMethods.
IErrorRecords
);