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
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members