Send feedback on this topic.
Teradata.Client.Provider
TdQueryBand Constructor(String)



Teradata.Client.Provider Namespace > TdQueryBand Class > TdQueryBand Constructor : TdQueryBand Constructor(String)
The key=value pairs represented as a string.
Initializes a new instance of a TdQueryBand class and sets the key=value pairs contained in value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As String _
)
'Usage
 
Dim value As String
 
Dim instance As New TdQueryBand(value)
public TdQueryBand( 
   string value
)
public:
TdQueryBand( 
   String^ value
)

Parameters

value
The key=value pairs represented as a string.
Exceptions
ExceptionDescription
The Query Band definition is not valid.
Remarks

The string representation of the key=value pairs of a Query Band must be in the following format:

"key1=value1; key2=value2; keyn=valuen;"

A semi-colon is used to separate each value pair. There is no limit on how many key=value pairs can be specified. The spaces are optional.

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

TdQueryBand Class
TdQueryBand Members
Overload List