[]
A class that represents a SQL cast expression
public class CastExpression : IExpression
| Name | Description |
|---|---|
| CastExpression() |
| Name | Description |
|---|---|
| Expression | The expression to be casted |
| SubExpressions | The IExpression children that made this IExpression |
| Type | The type of the expression |
| TypeName | The name of type to cast too |