Community

HOW TO: Use the ExecuteXmlReader Method of the SqlCommand Class in Visual C# .NET

You can use the ExecuteXmlReader method of the System.Data.SqlClient.SqlCommand class to load the results of SQL Extensible Markup Language (XML) queries from Microsoft SQL Server into a System.Xml.XmlReader object. You can use this method to run server-side for XML queries and to run queries that r

Read More - Register for Free Membership