OleDbConnectionStringBuilder::Keys Property
Gets an ICollection that contains the keys in the OleDbConnectionStringBuilder.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System.Collections::ICollection^An ICollection that contains the keys in the OleDbConnectionStringBuilder.
Implements
IDictionary::KeysThe order of the values in the ICollection is unspecified, but it is the same order as the associated values in the ICollection returned by the Values property.
The following console application example creates a new OleDbConnectionStringBuilder. The code loops through the ICollection returned by the Keys property displaying the key/value pairs.
Note |
|---|
This example includes a password to demonstrate how OleDbConnectionStringBuilder works with connection strings. In your applications, we recommend that you use Windows Authentication. If you must use a password, do not include a hard-coded password in your application. |
Available since 2.0
