Skip to content

SqlQuery.ForXml method

Adds a FOR XML statement to the query.

public SqlQuery ForXml(string forXml)
parameter description
forXml FOR XML type, usually "RAW".

Return Value

The query itself.

See Also