|
* Raw
:
FOR XML RAW, generates generic row elements with column values as attributes.
|
* Auto
:
FOR XML AUTO, generates a hierarchical tree with element names based on table names.
|
* Explicit
:
FOR XML EXPLICIT, Transforms the rowset that results from the query execution into an XML document.
|
* Path
:
FOR XML PATH, column names or column aliases are treated as XPath expressions.
|