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 |
|
|
[!INCLUDE SQL Server Azure SQL Database]
Returns the xs:boolean value False. This is equivalent to xs:boolean("0")
.
fn:false() as xs:boolean
This topic provides XQuery examples against XML instances that are stored in various xml type columns in the AdventureWorks database.
For a working sample, see true Function (XQuery).