2 overrides of Remove
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnectionStringbuilder.cs (1)
209public override bool Remove(string keyword)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
149public override bool Remove(string keyword) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
5 references to Remove
System.Data.Common (4)
System\Data\Common\DbConnectionStringBuilder.cs (3)
107flag = Remove(keyword); 176Remove(pair.Name); 357Remove(ObjectToString(keyword));
System\Data\Common\DbConnectionStringBuilderDescriptor.cs (1)
47builder.Remove(DisplayName);
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnectionStringbuilder.cs (1)
212if (base.Remove(keyword))