2 overrides of Remove
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnectionStringbuilder.cs (1)
209
public override bool
Remove
(string keyword)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
149
public 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)
107
flag =
Remove
(keyword);
176
Remove
(pair.Name);
357
Remove
(ObjectToString(keyword));
System\Data\Common\DbConnectionStringBuilderDescriptor.cs (1)
47
builder.
Remove
(DisplayName);
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnectionStringbuilder.cs (1)
212
if (base.
Remove
(keyword))