Table of Contents

Constructor Any

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

Any(IElement)

Initializes a new instance of ANY for a single element.

public Any(IElement element)

Parameters

element IElement

The element (typically a subquery) to test against.

Any(IEnumerable<IElement>)

Initializes a new instance of ANY for multiple elements.

public Any(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The elements to test against.