3 writes to source
System.Data.OleDb (3)
OleDbError.cs (3)
42
hr = errorInfo.GetSource(out this.
source
);
52
hr = errorInfo.GetSource(out this.
source
);
57
this.
source
= ODB.FailedGetSource(hr);
2 references to source
System.Data.OleDb (2)
OleDbError.cs (2)
55
if ((hr < 0) && ADP.IsEmpty(this.
source
))
93
return this.
source
?? string.Empty;