IFrom Methods |
The IFrom type exposes the following members.
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.) | |
GroupBy |
Groups the current query by the given GROUP BY clauses
(Inherited from IGroupByRouter.) | |
Join |
Create and appends the list of JOINS to the current IQuery (Inherited from IJoinRouter.) | |
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.) | |
Where |
Routes this portion of the query to the next WHERE portion of the
query
(Inherited from IWhereRouter.) |