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