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