1 implementation of GetSource
System.Data.OleDb (1)
_generated\1\System.Data.Common.UnsafeNativeMethods.IErrorInfo.cs (1)
80
global::System.Data.OleDb.OleDbHResult global::System.Data.Common.UnsafeNativeMethods.IErrorInfo.
GetSource
(out string pBstrSource)
4 references to GetSource
System.Data.OleDb (4)
_generated\1\System.Data.Common.UnsafeNativeMethods.IErrorInfo.cs (1)
125
__retVal = @this.
GetSource
(out pBstrSource);
OleDbError.cs (2)
42
hr = errorInfo.
GetSource
(out this.source);
52
hr = errorInfo.
GetSource
(out this.source);
OleDbException.cs (1)
72
errorInfo.
GetSource
(out string? source);