1 implementation of GetSource
System.Data.OleDb (1)
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.IErrorInfo.cs (1)
98global::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)
49hr = errorInfo.GetSource(out this.source); 60hr = errorInfo.GetSource(out this.source);
OleDbException.cs (1)
72errorInfo.GetSource(out string? source);