Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.04 KB

boolean-constructor-functions-false-xquery.md

File metadata and controls

35 lines (28 loc) · 1.04 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords dev_langs
false Function (XQuery)
Learn about the false() function that returns the boolean value False.
rothja
jroth
03/06/2017
sql
xml
language-reference
false function
fn:false function
XML

Boolean Constructor Functions - false (XQuery)

[!INCLUDE SQL Server Azure SQL Database]

Returns the xs:boolean value False. This is equivalent to xs:boolean("0").

Syntax

fn:false() as xs:boolean  

Examples

This topic provides XQuery examples against XML instances that are stored in various xml type columns in the AdventureWorks database.

A. Using the false() XQuery Boolean function

For a working sample, see true Function (XQuery).

See Also

Boolean Constructor Functions (XQuery)