Holds the results of executing a query.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public abstract class QueryResult
Public MustInherit Class QueryResult
public ref class QueryResult abstract

Members

         
 All Members  Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BeginDeleteEvent
Sent when a BeginDelete message is received from the LiveView server.
BeginSnapshotEvent
Fired when a BeginSnapshot event is received from the LiveView server for this query.
EndDeleteEvent
Sent when an EndDelete message is received from the LiveView server.
EndSnapshotEvent
Fired when an EndSnapshot event is received from the LiveView server for this query.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
QueryExceptionEvent
Fired when the LiveView server has sent an exception.
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

Inheritance Hierarchy

See Also