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
elementIElementThe 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
elementsIEnumerable<IElement>The elements to test for non-existence.