Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Understanding Data Types and Field Properties
  3. Designing Processes
  4. Using and Displaying Data
  5. Designing Guides
  6. Designing Process Objects
  7. Designing Service Connectors
  8. Using App Connections
  9. System Services, Listeners and Connectors
  10. Designing Human Tasks

Design

Design

false

false

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:
SAMPLE FUNCTION
OUTPUT
fn:false()
false()
fn:not(fn:false())
true

0 COMMENTS

We’d like to hear from you!