String representation of the QueryConfig, in SQL-like syntax. The format is:

select [* | col [,col]*] from table where <predicate> [limit <#rows>]

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

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);
}

See Also