1 implementation of GetSource
System.Data.OleDb (1)
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.IErrorInfo.cs (1)
98
global::System.Data.OleDb.OleDbHResult global::System.Data.Common.UnsafeNativeMethods.IErrorInfo.
GetSource
(out string pBstrSource)
4 references to GetSource
System.Data.OleDb (4)
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.IErrorInfo.cs (1)
148
__retVal = @this.
GetSource
(out pBstrSource);
OleDbError.cs (2)
49
hr = errorInfo.
GetSource
(out this.source);
60
hr = errorInfo.
GetSource
(out this.source);
OleDbException.cs (1)
72
errorInfo.
GetSource
(out string? source);