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 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members