QueryExpression
Base class of query expressions, provide common properties for SelectExpression and UnionExpression.
Inheritors
Properties
Link copied to clipboard
Extra properties of this expression, maybe useful in SqlFormatter to generate some special SQLs.
Link copied to clipboard
Check if this expression is a leaf node in expression trees.
Link copied to clipboard
a list of order-by expressions, used in the order by
clause of a query.
Link copied to clipboard
the alias when this query is nested in another query's source, e.g. select * from (...) alias
.