'Usage Dim value As String Dim instance As New TdQueryBand(value)
Parameters
- value
- The key=value pairs represented as a string.
'Usage Dim value As String Dim instance As New TdQueryBand(value)
Exception | Description |
---|---|
System.ArgumentException | The Query Band definition is not valid. |
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.
Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019