ContainsKey(string) Method

Syntax:

public bool ContainsKey(string keyword)

Description:

Determines whether the RdmConnectionStringBuilder contains a specific key.

Parameters:

keyword

Type: System.String

The key to locate in the RdmConnectionStringBuilder.

Return Value:

Type: System.Boolean

Returns true if the RdmConnectionStringBuilder contains an entry with the specified key; otherwise returns false.

Exceptions:

Exception Condition
ArgumentNullException The key specified is null.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbConnectionStringBuilder.ContainsKey