[]
Class for assign expressions in SQL update statements
public class AssignExpression : IExpression
| Name | Description |
|---|---|
| AssignExpression() |
| Name | Description |
|---|---|
| Column | The column to which Value needs to be assigned |
| SubExpressions | The IExpression children that made this IExpression |
| Type | The type of the expression |
| Value | The Value to be assigned to the Column |