Table of Contents

Class Concat

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

Represents the CONCAT string function that combines multiple strings into one.

public class Concat : Function, IElement, ICheckItem, IDefaultItem, IFilterItem
Inheritance
Concat
Implements

Remarks

The CONCAT function joins multiple string values into a single string. Null values are typically treated as empty strings in concatenation. This function is useful for building full names, addresses, or composite identifiers from multiple columns.

Constructors

Concat(IEnumerable<IElement>)

Initializes a new instance of CONCAT with multiple elements to concatenate.