Send feedback on this topic.
Teradata.Client.Provider
ContainsKey Method (TdConnectionStringBuilder)



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : ContainsKey Method
The key to locate in the TdConnectionStringBuilder.
Determines whether the keyword is a valid connection string attribute.
Syntax
'Declaration
 
Public Overrides NotOverridable Function ContainsKey( _
   ByVal keyword As String _
) As Boolean
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim keyword As String
Dim value As Boolean
 
value = instance.ContainsKey(keyword)
public override bool ContainsKey( 
   string keyword
)
public:
bool ContainsKey( 
   String^ keyword
) override 

Parameters

keyword
The key to locate in the TdConnectionStringBuilder.

Return Value

true if the keyword is a valid connection string attribute/keyword, false otherwise.
Exceptions
ExceptionDescription
keyword is null.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members