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



Teradata.Client.Provider Namespace > TdQueryBand Class : ContainsKey Method
The name of the Query Band.
Indicates whether the key exists as a Query Band.
Syntax
'Declaration
 
Public Function ContainsKey( _
   ByVal key As String _
) As Boolean
'Usage
 
Dim instance As TdQueryBand
Dim key As String
Dim value As Boolean
 
value = instance.ContainsKey(key)
public bool ContainsKey( 
   string key
)
public:
bool ContainsKey( 
   String^ key
) 

Parameters

key
The name of the Query Band.

Return Value

true a Query Band exists that has the key, otherwise false.
Exceptions
ExceptionDescription
The key 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

TdQueryBand Class
TdQueryBand Members