[]
        
(Showing Draft Content)

C1.DataConnector.AssignExpression

AssignExpression Class

Class for assign expressions in SQL update statements

Inheritance
AssignExpression
Implements
Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
public class AssignExpression : IExpression

Constructors

Name Description
AssignExpression()

Properties

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