[]
A class that represents a SQL sub-query expression
public class SubQueryExpression : IExpression
Name | Description |
---|---|
SubQueryExpression() |
Name | Description |
---|---|
Statement | The sub-query as statement |
SubExpressions | The IExpression children that made this IExpression |
Type | The type of the expression |