1 write to DataSource
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
267case Keywords.DataSource: DataSource = ConvertToString(value); break;
2 references to DataSource
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (2)
961case Keywords.DataSource: return DataSource; 1376if ((0 < constr.DataSource.Length) && (constr.IntegratedSecurity || (0 < constr.UserID.Length))) {