Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 898 Bytes

File metadata and controls

25 lines (21 loc) · 898 Bytes
title Validate Expressions (XQuery)
description Learn about the validate expression in XQuery.
author rothja
ms.author jroth
ms.date 03/04/2017
ms.service sql
ms.subservice xml
ms.topic reference
helpviewer_keywords
expressions [XQuery], validate
validate expressions [XQuery]
dev_langs
XML

Validate Expressions (XQuery)

[!INCLUDEsqlserver]

In this implementation, the validate expression is not supported. The results of XQuery construction expressions are always untyped. If the result of an XQuery expression should be typed, use the SQL CAST expression to cast the result to an xml data type with the preferred schema collection.

See Also

Path Expressions (XQuery)
XQuery Expressions