Method Add
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
Add(IElement)
Adds an element (column, operator, literal, or function) to this expression.
public void Add(IElement element)
Parameters
elementIElementThe element to add.
Remarks
Elements should be added in the order they appear in the calculation. For example, to create "price * quantity", add price, then multiply operator, then quantity.