[]
The class to represent a SQL literal value
public class LiteralValueExpression : IExpression
| Name | Description |
|---|---|
| LiteralValueExpression() |
| Name | Description |
|---|---|
| SubExpressions | The IExpression children that made this IExpression |
| Type | The type of the expression |
| Value | The textual representaiton of the value |
| ValueType | The type of the literal value |