5 references to DataSource
System.Data (5)
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (5)
57validKeywords[(int)Keywords.DataSource] = DbConnectionStringKeywords.DataSource; 66hash.Add(DbConnectionStringKeywords.DataSource, Keywords.DataSource); 107case Keywords.DataSource: DataSource = ConvertToString(value); break; 290case Keywords.DataSource: return DataSource; 318case Keywords.DataSource: