Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OdbcConnectionStringBuilder::ContainsKey Method (String^)

 

Determines whether the OdbcConnectionStringBuilder contains a specific key.

Namespace:   System.Data.Odbc
Assembly:  System.Data (in System.Data.dll)

public:
virtual bool ContainsKey(
	String^ keyword
) override

Parameters

keyword
Type: System::String^

The key to locate in the OdbcConnectionStringBuilder.

Return Value

Type: System::Boolean

true if the OdbcConnectionStringBuilder contains an element that has the specified key; otherwise false.

Exception Condition
ArgumentNullException

keyword is null (Nothing in Visual Basic).

The following example creates an OdbcConnectionStringBuilder instance, sets some of its properties, and then tries to determine whether various keys exist within the object by calling the ContainsKey method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft