1 implementation of GetSource
System.Data.OleDb (1)
_generated\1\System.Data.Common.UnsafeNativeMethods.IErrorInfo.cs (1)
80global::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)
42hr = errorInfo.GetSource(out this.source); 52hr = errorInfo.GetSource(out this.source);
OleDbException.cs (1)
72errorInfo.GetSource(out string? source);