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



Teradata.Client.Provider Namespace > TdQueryBand Class : Version Property
Gets or Sets the value of the Version.
Syntax
'Declaration
 
Public Property Version As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.Version = value
 
value = instance.Version
public string Version {get; set;}
public:
property String^ Version {
   String^ get();
   void set (    String^ value);
}
Remarks
Description Usage
The version number of the application making the query. Logging / Auditing / Problem Resolution
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