Table of Contents

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

element IElement

The 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.