Initializes a new instance of the QueryResult class

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public QueryResult(
	bool hasMarks
)
Public Sub New ( _
	hasMarks As Boolean _
)
public:
QueryResult(
	bool hasMarks
)

Parameters

hasMarks
Boolean
If we should support agg marks in this result set

See Also