Send feedback on this topic.
Teradata.Client.Provider
QueryBandString Property



Teradata.Client.Provider Namespace > TdQueryBand Class : QueryBandString Property
Gets or Sets the Query Bands associated with the session or transaction.
Syntax
'Declaration
 
Public Property QueryBandString As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.QueryBandString = value
 
value = instance.QueryBandString
public string QueryBandString {get; set;}
public:
property String^ QueryBandString {
   String^ get();
   void set (    String^ value);
}
Exceptions
ExceptionDescription
QueryBand has been set to an invalid Query Band definition.
Remarks

This property only gets or sets the Query Bands that have been defined in this instance.

After this property has been set, the method TdConnection.ChangeQueryBand must be called to apply the changes at the Connection level. If the Query Bands are to be changed at the Transaction level, TdTransaction.ChangeQueryBand must be called.

Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdQueryBand Class
TdQueryBand Members
QueryBand Property
QueryBand Property