Initializes a new instance of the QueryResult class

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 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