Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 909 Bytes

validate-expressions-xquery.md

File metadata and controls

25 lines (21 loc) · 909 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords dev_langs
Validate Expressions (XQuery)
Learn about the validate expression in XQuery.
rothja
jroth
03/04/2017
sql
xml
language-reference
expressions [XQuery], validate
validate expressions [XQuery]
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