'Usage Dim instance As TdQueryBand Dim key As String Dim value As Boolean value = instance.Remove(key)
Parameters
- key
- The key of the Query Band that is to be removed.
'Usage Dim instance As TdQueryBand Dim key As String Dim value As Boolean value = instance.Remove(key)
| Exception | Description | 
|---|---|
| System.ArgumentNullException | A null reference has been passed as the key. | 
A Query Band can also be removed by using the array representation as in the following example:
TdQueryBand qb = new TdQueryBand("SpecialName=name1"); qb["SpecialName"] = null; 
| 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 |