Click or drag to resize
IXmlCommandProcessorexecute Method

[Missing <summary> documentation for "M:DXMLBase.IXmlCommandProcessor.execute(System.Xml.XmlDocument,DXMLBase.IXmlQueryProcessor)"]

Namespace: DXMLBase
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
XmlDocument execute(
	XmlDocument doc,
	IXmlQueryProcessor query
)

Parameters

doc
Type: System.XmlXmlDocument

[Missing <param name="doc"/> documentation for "M:DXMLBase.IXmlCommandProcessor.execute(System.Xml.XmlDocument,DXMLBase.IXmlQueryProcessor)"]

query
Type: DXMLBaseIXmlQueryProcessor

[Missing <param name="query"/> documentation for "M:DXMLBase.IXmlCommandProcessor.execute(System.Xml.XmlDocument,DXMLBase.IXmlQueryProcessor)"]

Return Value

Type: XmlDocument
an XML document that contains the result of executing the XML-encoded command
See Also