2 references to DataSource
System.Data.OleDb (2)
OleDbConnection.cs (2)
134
object? value = (null != constr) ? constr.
DataSource
: string.Empty;
148
value = (null != constr) ? constr.
DataSource
: string.Empty;