'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;
Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2