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

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

See Also

Reference

TdTransaction Class
TdTransaction Members