Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.11 KB

File metadata and controls

39 lines (31 loc) · 1.11 KB
title false Function (XQuery) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql
ms.prod_service sql
ms.reviewer
ms.technology xml
ms.topic language-reference
dev_langs
XML
helpviewer_keywords
false function
fn:false function
ms.assetid 577d84c1-9285-4580-b6f5-86fbc4827547
author rothja
ms.author jroth

Boolean Constructor Functions - false (XQuery)

[!INCLUDEtsql-appliesto-ss2012-xxxx-xxxx-xxx-md]

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)