Table of Contents

Constructor Exists

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

Exists(IElement)

Initializes a new instance of EXISTS for a single element.

public Exists(IElement element)

Parameters

element IElement

The element (typically a subquery) to test for existence.

Exists(IEnumerable<IElement>)

Initializes a new instance of EXISTS for multiple elements.

public Exists(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The elements to test for existence.