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

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

See Also

Reference

TdQueryBand Class
TdQueryBand Members
Overload List