Implemented interface member:
property
Keys
System.Collections.IDictionary.Keys
2 overrides of Keys
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnectionStringbuilder.cs (1)
120public override ICollection Keys
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
143public override System.Collections.ICollection Keys { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
5 references to Keys
System.Data.Common (3)
System\Data\Common\DbConnectionStringBuilder.cs (3)
145foreach (string keyword in Keys) 244ICollection<string> keys = (ICollection<string>)Keys; 471foreach (string keyword in Keys)
System.Data.Odbc (2)
System\Data\Odbc\OdbcConnectionStringbuilder.cs (2)
130foreach (string keyword in base.Keys) 152foreach (string keyword in base.Keys)