1 implementation of GetErrorInfo
System.Data.OleDb (1)
_generated\2\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
189
global::System.Data.Common.UnsafeNativeMethods.IErrorInfo global::System.Data.Common.UnsafeNativeMethods.IErrorRecords.
GetErrorInfo
(int ulRecordNum, int lcid)
4 references to GetErrorInfo
System.Data.OleDb (4)
_generated\2\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
235
__invokeRetVal = @this.
GetErrorInfo
(ulRecordNum, lcid);
OleDbError.cs (3)
20
UnsafeNativeMethods.IErrorInfo errorInfo = errorRecords.
GetErrorInfo
(index, lcid);
29
errorInfo = errorRecords.
GetErrorInfo
(index, lcid);
48
errorInfo = errorRecords.
GetErrorInfo
(index, lcid);