| IHaving Methods | 
The IHaving type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddChangeListener(EventHandlerQueryChangedEventArgs) | 
            Adds a change listener to track when this query instance has a change in
            its results.  Adding the first change listener will begin the live semantics.
            (Inherited from IQuery.) | 
|  | AddChangeListener(TaskScheduler, EventHandlerQueryChangedEventArgs) | 
            Adds a change listener to track when this query instance has a change in
            its results.  Adding the first change listener will begin the live semantics.
            (Inherited from IQuery.) | 
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | Execute | 
            Runs the query
            (Inherited from IQuery.) | 
|  | Explain | 
            Gets an explanation of what the query will do
            (Inherited from IQuery.) | 
|  | Limit(IExpression) | 
            Limits a query to the given count (ulong, parameter, etc)
            (Inherited from ILimitRouter.) | 
|  | Limit(IExpression, IExpression) | 
            Limits a query to the given count and also offsets it by
            a given count (ulong, parameter, etc)
            (Inherited from ILimitRouter.) | 
|  | OrderBy | 
            Routes this IExpression to the next ORDER BY portion of the query
            (Inherited from IOrderByRouter.) | 
|  | RemoveChangeListener | 
            Removes a changes listener based on the token that was received from
            AddChangeListener(TaskScheduler, EventHandlerQueryChangedEventArgs)(Inherited from IQuery.) | 
 See Also
See Also