| title | false Function (XQuery) | ||
|---|---|---|---|
| description | Learn about the false() function that returns the boolean value False. | ||
| author | rothja | ||
| ms.author | jroth | ||
| ms.date | 03/06/2017 | ||
| ms.service | sql | ||
| ms.subservice | xml | ||
| ms.topic | reference | ||
| helpviewer_keywords |
|
||
| dev_langs |
|
[!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).