Table of Contents

Constructor NotExists

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

NotExists(IElement)

Initializes a new instance of NOT EXISTS for a single element.

public NotExists(IElement element)

Parameters

element IElement

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

NotExists(IEnumerable<IElement>)

Initializes a new instance of NOT EXISTS for multiple elements.

public NotExists(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The elements to test for non-existence.