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



Teradata.Client.Provider Namespace > TdTransaction Class : QueryBand Property
Gets the TdQueryBand object that contains the definitions of the Query Bands that have been defined at the Transaction level.
Syntax
'Declaration
 
Public ReadOnly Property QueryBand As TdQueryBand
'Usage
 
Dim instance As TdTransaction
Dim value As TdQueryBand
 
value = instance.QueryBand
public TdQueryBand QueryBand {get;}
public:
property TdQueryBand^ QueryBand {
   TdQueryBand^ get();
}

Property Value

The TdQueryBand object that contains the definitions of the Transaction level Query Bands.
Remarks

Query Bands are only supported in Teradata Database 12.0 or greater.

The Query Bands that have been defined at the Connection level are still active during the transaction.

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

TdTransaction Class
TdTransaction Members