Working with SqlXml 

SQL Server 2005 exposes the functionality of SQLXML inside the .NET Framework. Developers can write applications that access XML data from an instance of SQL Server, bring the data into the .NET Framework environment, process the data, and send the updates back to SQL Server. XML data can be used in several ways in SQL Server 2005, including data storage, and as parameter values for retrieving data. The SqlXml class in the .NET Framework provides the client-side support for working with data stored in an XML column within SQL Server 2005. For more information, see "SQLXML Managed Classes" in SQL Server Books Online.

In This Section

See Also

Other Resources

Using the .NET Framework Data Provider for SQL Server