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