The false function in XQuery is a function that always returns the boolean value false.
It's part of the XQuery standard functions for working with boolean values.
Syntax
fn:false()
The
false
function does not take any parameters.
Return Value
Returns the
xs:boolean
value
false
.
Equivalent to
xs:boolean("0")
.
Examples
The following table lists some sample values and return values: