The maximum number of rows to return with the query. -1 means no limit is imposed. If/when the number of returned rows exceeds limit, an exception is thrown and the query is closed.

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 int MaxResultSetSize { get; set; }
Public Property MaxResultSetSize As Integer
	Get
	Set
public:
property int MaxResultSetSize {
	int get ();
	void set (int value);
}

See Also