OleDbConnectionStringBuilder::ContainsKey Method (String^)
Determines whether the OleDbConnectionStringBuilder contains a specific key.
Assembly: System.Data (in System.Data.dll)
Parameters
- keyword
-
Type:
System::String^
The key to locate in the OleDbConnectionStringBuilder.
Return Value
Type: System::Booleantrue if the OleDbConnectionStringBuilder contains an element that has the specified key; otherwise false.
| Exception | Condition |
|---|---|
| ArgumentNullException | keyword is null (Nothing in Visual Basic). |
Although setting the Provider property may implicitly fill in appropriate key/value pairs for the provider, the ContainsKey method does not return true for implicitly provided keys. This method returns true only for explicitly provided keys.
The following example creates an OleDbConnectionStringBuilder instance, sets some of its properties, and then tries to determine whether various keys exist within the object by calling the ContainsKey method.
Available since 2.0