4 references to ConnectionString
System.Data (4)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (3)
366if (ADP.ConnectionString != reflected.Name) { 377propertyDescriptors[ADP.ConnectionString] = reflected; 380propertyDescriptors.Remove(ADP.ConnectionString);
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (1)
120throw ADP.OpenConnectionPropertySet(ADP.ConnectionString, connectionInternal.State);