ISQLXMLHelper::GetCommandText
Used by the XML engine to retrieve the command text from the data provider.
Syntax
virtual STDMETHODIMP GetCommandText(
WCHAR ** ppwstrSQLText,
DBLENGTH * pcwchSQLText
) = 0;
Parameters
ppwstrSQLText
A WCHAR** to which the WCHAR pointer containing the command text will be written.pcwchSQLText
A pointer to which the data provider writes the length of the string.
Remarks
ISQLXMLHelper should only be used by Microsoft internal applications.