Send feedback on this topic.
Teradata.Client.Provider
ToString() Method



Teradata.Client.Provider Namespace > TdQueryBand Class > ToString Method : ToString() Method
Returns the key=value pairs of the Query Band as a string.
Syntax
'Declaration
 
Public Overloads Overrides Function ToString() As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
value = instance.ToString()
public override string ToString()
public:
String^ ToString(); override 

Return Value

The string representation of the Query Band is returned.
Remarks

The format of the string that is returned is as follows:

key1=value1;key2=value2;key3=value3;keyn=valuen

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