String representation of the QueryConfig, in SQL-like syntax.
The format is:
Namespace: StreamBase.LiveView.APIselect [* | col [,col]*] from table where <predicate> [limit <#rows>]
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.5.0.0 (10.5.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public string QueryString { get; set; }
Public Property QueryString As String Get Set
public: property String^ QueryString { String^ get (); void set (String^ value); }