'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.
Product | Versions | Platforms |
---|---|---|
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |