Send feedback on this topic.
Teradata.Client.Provider
QueryBand Property (TdConnection)



Teradata.Client.Provider Namespace > TdConnection Class : QueryBand Property
Gets the TdQueryBand object that contains the Query Bands defined at Connection Level.
Syntax
'Declaration
 
Public ReadOnly Property QueryBand As TdQueryBand
'Usage
 
Dim instance As TdConnection
Dim value As TdQueryBand
 
value = instance.QueryBand
public TdQueryBand QueryBand {get;}
public:
property TdQueryBand^ QueryBand {
   TdQueryBand^ get();
}
Remarks

Query Bands are only supported when connecting to the Advanced SQL Engine 12.00 or later releases.

Requirements

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

See Also

Reference

TdConnection Class
TdConnection Members