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