'Declaration Public Property QueryBandString As String
'Usage Dim instance As TdQueryBand Dim value As String instance.QueryBandString = value value = instance.QueryBandString
public string QueryBandString {get; set;}
'Declaration Public Property QueryBandString As String
'Usage Dim instance As TdQueryBand Dim value As String instance.QueryBandString = value value = instance.QueryBandString
public string QueryBandString {get; set;}
Exception | Description |
---|---|
System.ArgumentException | QueryBand has been set to an invalid Query Band definition. |
This property only gets or sets the Query Bands that have been defined in this instance.
After this property has been set, the method TdConnection.ChangeQueryBand must be called to apply the changes at the Connection level. If the Query Bands are to be changed at the Transaction level, TdTransaction.ChangeQueryBand must be called.
Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019