AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

SQL..::..ExecuteXMLReader Method (String)

Executes an XML reader query against the database.

Namespace:  AdvantageCMS.Data
Assembly:  AdvantageCMS.Data (in AdvantageCMS.Data.dll)

Syntax


public string ExecuteXMLReader(
	string strSQL
)

Parameters

strSQL
Type: String
The SQL string Command to execute.

Return Value

The XML result as a string.