Initializes a new instance of the QueryResult class

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

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