CLab# 1.0 API Documentation

Expression Constructor 

Constructor

public Expression(
   Common.ExprType type
);

Parameters

Common.ExprType
The type of the expression: This can be either an operator working on a left and right side, or an id or integer expression

See Also

Expression Class | CLab.Data Namespace