The backing collection of tuples currently associated with this QueryResult. Should be treated as read-only.

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 ConcurrentDictionary<long, Tuple> Tuples { get; }
Public ReadOnly Property Tuples As ConcurrentDictionary(Of Long, Tuple)
	Get
public:
property ConcurrentDictionary<long long, Tuple^>^ Tuples {
	ConcurrentDictionary<long long, Tuple^>^ get ();
}

See Also