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

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdQueryBand Class
TdQueryBand Members